Html Css Color HEX #5772BC Chetwode Blue

📋 copy color: '#5772BC'

red 87 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #5772BC

Tints of Chetwode Blue #5772BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 22.37%
G = 29.31%
B = 48.33%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5772BC (or 0x5772BC) is known color: Chetwode Blue. HEX triplet: 57, 72 and BC. RGB value is (87,114,188). Sum of RGB (Red+Green+Blue) = 87+114+188=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5772BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772BC is #A88D43. Grayscale: #727272. Windows color (decimal): -11046212 or 12350039. OLE color: 12350039.

HSL color Cylindrical-coordinate representation of color #5772BC: hue angle of 223.96º degrees, saturation: 0.43, 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 #5772BC is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 114 188 -
CMYK 0.54 0.39 0 0.26
HSL 223.96º 0.43% 0.54% -
HSV(B) 223.96º 0.54% 0.74% -
XYZ 19.02 17.69 49.99 -
YUV 114.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 87 114 188 0.54 0.39 0 0.26 223.96 0.43 0.54
Hex 57 72 BC 36 27 0 1A E0 2B 36
Octal 127 162 274 66 47 0 32 340 53 66
Binary 1010111 1110010 10111100 110110 100111 0 11010 11100000 101011 110110

Color Harmonies of #5772BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5772BC

Black with #5772BC

Text Example


Text Example

White with #5772BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5772BC; }

 p { color: rgb(87,114,188); }

 H1.HeaderClassName
 {
   color: #5772BC;
 }
 .AnyTagClassName
 {
   color: #5772BC;
 }
</style>

background-color css

<style>
 a { background-color: #5772BC; }

 a { background-color: rgb(87,114,188); }

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

border-color css

<style>
 span { border-color: #5772BC; }

 span { border-color: rgb(87,114,188); }

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