#5768CC

Color #5768CC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5768CC

Tints of Chetwode Blue #5768CC

Color information

#5768CC (or 0x5768CC) is unknown color: approx Chetwode Blue. HEX triplet: 57, 68 and CC. RGB value is (87,104,204). Sum of RGB (Red+Green+Blue) = 87+104+204=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #5768CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768CC is #A89733. Grayscale: #6D6D6D. Windows color (decimal): -11048756 or 13396055. OLE color: 13396055.

HSL color Cylindrical-coordinate representation of color #5768CC: hue angle of 231.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5768CC is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB87104204-
CMYK0.570.4900.2
HSL231.28º53.42%57.06%-
HSV(B)231.28º57.35%80%-
XYZ19.7816.2959.23-
YUV110.32180.87111.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=22.03%
G=26.33%
B=51.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal871042040.570.4900.2231.2853.4257.06
Hex5768CC3931014e73539
Octal12715031471610243476571
Binary101011111010001100110011100111000101010011100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5768CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5768CC; }

 p { color: rgb(87,104,204); }

 H1.HeaderClassName
 {
   color: #5768CC;
 }
 .AnyTagClassName
 {
   color: #5768CC;
 }
</style>
background-color css

<style>
 a { background-color: #5768CC; }

 a { background-color: rgb(87,104,204); }

 div.DivClassName
 {
   background-color: #5768CC;
 }
 .BgClassName
 {
   background-color: #5768CC;
 }
</style>
border-color css

<style>
 span { border-color: #5768CC; }

 span { border-color: rgb(87,104,204); }

 td.TdClassName
 {
   border-color: #5768CC;
 }
 .TagClassName
 {
   border-color: #5768CC;
 }
</style>