Html Css Color HEX #5764BA Chetwode Blue

📋 copy color: '#5764BA'

red 87 ◦ green 100 ◦ blue 186

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

Shades of Chetwode Blue #5764BA

Tints of Chetwode Blue #5764BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 23.32%
G = 26.81%
B = 49.87%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5764BA (or 0x5764BA) is known color: Chetwode Blue. HEX triplet: 57, 64 and BA. RGB value is (87,100,186). Sum of RGB (Red+Green+Blue) = 87+100+186=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #5764BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764BA is #A89B45. Grayscale: #696969. Windows color (decimal): -11049798 or 12215383. OLE color: 12215383.

HSL color Cylindrical-coordinate representation of color #5764BA: hue angle of 232.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5764BA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 100 186 -
CMYK 0.53 0.46 0 0.27
HSL 232.12º 0.42% 0.54% -
HSV(B) 232.12º 0.53% 0.73% -
XYZ 17.35 14.69 48.37 -
YUV 105.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 87 100 186 0.53 0.46 0 0.27 232.12 0.42 0.54
Hex 57 64 BA 35 2E 0 1B E8 2A 36
Octal 127 144 272 65 56 0 33 350 52 66
Binary 1010111 1100100 10111010 110101 101110 0 11011 11101000 101010 110110

Color Harmonies of #5764BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764BA

Black with #5764BA

Text Example


Text Example

White with #5764BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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