Html Css Color HEX #5764BD Chetwode Blue

📋 copy color: '#5764BD'

red 87 ◦ green 100 ◦ blue 189

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

Shades of Chetwode Blue #5764BD

Tints of Chetwode Blue #5764BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 23.14%
G = 26.6%
B = 50.27%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5764BD (or 0x5764BD) is known color: Chetwode Blue. HEX triplet: 57, 64 and BD. RGB value is (87,100,189). Sum of RGB (Red+Green+Blue) = 87+100+189=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #5764BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764BD is #A89B42. Grayscale: #696969. Windows color (decimal): -11049795 or 12411991. OLE color: 12411991.

HSL color Cylindrical-coordinate representation of color #5764BD: hue angle of 232.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5764BD is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 100 189 -
CMYK 0.54 0.47 0 0.26
HSL 232.35º 0.44% 0.54% -
HSV(B) 232.35º 0.54% 0.74% -
XYZ 17.67 14.81 50.07 -
YUV 106.26 174.69 114.26 -
System Red Green Blue C M Y K H S L
Decimal 87 100 189 0.54 0.47 0 0.26 232.35 0.44 0.54
Hex 57 64 BD 36 2F 0 1A E8 2C 36
Octal 127 144 275 66 57 0 32 350 54 66
Binary 1010111 1100100 10111101 110110 101111 0 11010 11101000 101100 110110

Color Harmonies of #5764BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764BD

Black with #5764BD

Text Example


Text Example

White with #5764BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5764BD; }

 p { color: rgb(87,100,189); }

 H1.HeaderClassName
 {
   color: #5764BD;
 }
 .AnyTagClassName
 {
   color: #5764BD;
 }
</style>

background-color css

<style>
 a { background-color: #5764BD; }

 a { background-color: rgb(87,100,189); }

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

border-color css

<style>
 span { border-color: #5764BD; }

 span { border-color: rgb(87,100,189); }

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