Html Css Color HEX #5C72BE Chetwode Blue

📋 copy color: '#5C72BE'

red 92 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #5C72BE

Tints of Chetwode Blue #5C72BE

RGB

 RED value IS 92 (36.33% from 255) = 23.23%

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

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

R = 23.23%
G = 28.79%
B = 47.98%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C72BE (or 0x5C72BE) is known color: Chetwode Blue. HEX triplet: 5C, 72 and BE. RGB value is (92,114,190). Sum of RGB (Red+Green+Blue) = 92+114+190=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C72BE is #A38D41. Grayscale: #737373. Windows color (decimal): -10718530 or 12481116. OLE color: 12481116.

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

Color convert

RGB 92 114 190 -
CMYK 0.52 0.40 0 0.25
HSL 226.53º 0.43% 0.55% -
HSV(B) 226.53º 0.52% 0.75% -
XYZ 19.73 18.03 51.16 -
YUV 116.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 92 114 190 0.52 0.40 0 0.25 226.53 0.43 0.55
Hex 5C 72 BE 34 28 0 19 E3 2B 37
Octal 134 162 276 64 50 0 31 343 53 67
Binary 1011100 1110010 10111110 110100 101000 0 11001 11100011 101011 110111

Color Harmonies of #5C72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C72BE

Black with #5C72BE

Text Example


Text Example

White with #5C72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C72BE; }

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

 H1.HeaderClassName
 {
   color: #5C72BE;
 }
 .AnyTagClassName
 {
   color: #5C72BE;
 }
</style>

background-color css

<style>
 a { background-color: #5C72BE; }

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

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

border-color css

<style>
 span { border-color: #5C72BE; }

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

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