Html Css Color HEX #5972BE Chetwode Blue

📋 copy color: '#5972BE'

red 89 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #5972BE

Tints of Chetwode Blue #5972BE

RGB

 RED value IS 89 (35.16% from 255) = 22.65%

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

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 22.65%
G = 29.01%
B = 48.35%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5972BE (or 0x5972BE) is known color: Chetwode Blue. HEX triplet: 59, 72 and BE. RGB value is (89,114,190). Sum of RGB (Red+Green+Blue) = 89+114+190=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5972BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972BE is #A68D41. Grayscale: #727272. Windows color (decimal): -10915138 or 12481113. OLE color: 12481113.

HSL color Cylindrical-coordinate representation of color #5972BE: hue angle of 225.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5972BE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 114 190 -
CMYK 0.53 0.40 0 0.25
HSL 225.15º 0.44% 0.55% -
HSV(B) 225.15º 0.53% 0.75% -
XYZ 19.43 17.88 51.14 -
YUV 115.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 89 114 190 0.53 0.40 0 0.25 225.15 0.44 0.55
Hex 59 72 BE 35 28 0 19 E1 2C 37
Octal 131 162 276 65 50 0 31 341 54 67
Binary 1011001 1110010 10111110 110101 101000 0 11001 11100001 101100 110111

Color Harmonies of #5972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972BE

Black with #5972BE

Text Example


Text Example

White with #5972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5972BE; }

 p { color: rgb(89,114,190); }

 H1.HeaderClassName
 {
   color: #5972BE;
 }
 .AnyTagClassName
 {
   color: #5972BE;
 }
</style>

background-color css

<style>
 a { background-color: #5972BE; }

 a { background-color: rgb(89,114,190); }

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

border-color css

<style>
 span { border-color: #5972BE; }

 span { border-color: rgb(89,114,190); }

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