Html Css Color HEX #5764BF Chetwode Blue

📋 copy color: '#5764BF'

red 87 ◦ green 100 ◦ blue 191

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

Shades of Chetwode Blue #5764BF

Tints of Chetwode Blue #5764BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 23.02%
G = 26.46%
B = 50.53%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5764BF (or 0x5764BF) is known color: Chetwode Blue. HEX triplet: 57, 64 and BF. RGB value is (87,100,191). Sum of RGB (Red+Green+Blue) = 87+100+191=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5764BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764BF is #A89B40. Grayscale: #6A6A6A. Windows color (decimal): -11049793 or 12543063. OLE color: 12543063.

HSL color Cylindrical-coordinate representation of color #5764BF: hue angle of 232.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5764BF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 100 191 -
CMYK 0.54 0.48 0 0.25
HSL 232.5º 0.45% 0.55% -
HSV(B) 232.5º 0.54% 0.75% -
XYZ 17.89 14.9 51.22 -
YUV 106.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 87 100 191 0.54 0.48 0 0.25 232.5 0.45 0.55
Hex 57 64 BF 36 30 0 19 E8 2D 37
Octal 127 144 277 66 60 0 31 350 55 67
Binary 1010111 1100100 10111111 110110 110000 0 11001 11101000 101101 110111

Color Harmonies of #5764BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764BF

Black with #5764BF

Text Example


Text Example

White with #5764BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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