Html Css Color HEX #5768CB Chetwode Blue

📋 copy color: '#5768CB'

red 87 ◦ green 104 ◦ blue 203

#5768CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5768CB

Tints of Chetwode Blue #5768CB

RGB

 RED value IS 87 (34.38% from 255) = 22.08%

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 22.08%
G = 26.4%
B = 51.52%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5768CB (or 0x5768CB) is known color: Chetwode Blue. HEX triplet: 57, 68 and CB. RGB value is (87,104,203). Sum of RGB (Red+Green+Blue) = 87+104+203=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5768CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768CB is #A89734. Grayscale: #6D6D6D. Windows color (decimal): -11048757 or 13330519. OLE color: 13330519.

HSL color Cylindrical-coordinate representation of color #5768CB: hue angle of 231.21º 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 #5768CB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 104 203 -
CMYK 0.57 0.49 0 0.20
HSL 231.21º 0.53% 0.57% -
HSV(B) 231.21º 0.57% 0.8% -
XYZ 19.66 16.24 58.6 -
YUV 110.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 87 104 203 0.57 0.49 0 0.20 231.21 0.53 0.57
Hex 57 68 CB 39 31 0 14 E7 35 39
Octal 127 150 313 71 61 0 24 347 65 71
Binary 1010111 1101000 11001011 111001 110001 0 10100 11100111 110101 111001

Color Harmonies of #5768CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768CB

Black with #5768CB

Text Example


Text Example

White with #5768CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5768CB;
 }
 .AnyTagClassName
 {
   color: #5768CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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