Html Css Color HEX #5E72BC Chetwode Blue

📋 copy color: '#5E72BC'

red 94 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #5E72BC

Tints of Chetwode Blue #5E72BC

RGB

 RED value IS 94 (37.11% from 255) = 23.74%

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

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

R = 23.74%
G = 28.79%
B = 47.47%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E72BC (or 0x5E72BC) is known color: Chetwode Blue. HEX triplet: 5E, 72 and BC. RGB value is (94,114,188). Sum of RGB (Red+Green+Blue) = 94+114+188=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E72BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E72BC is #A18D43. Grayscale: #747474. Windows color (decimal): -10587460 or 12350046. OLE color: 12350046.

HSL color Cylindrical-coordinate representation of color #5E72BC: hue angle of 227.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E72BC is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 114 188 -
CMYK 0.50 0.39 0 0.26
HSL 227.23º 0.41% 0.55% -
HSV(B) 227.23º 0.5% 0.74% -
XYZ 19.71 18.05 50.02 -
YUV 116.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 94 114 188 0.50 0.39 0 0.26 227.23 0.41 0.55
Hex 5E 72 BC 32 27 0 1A E3 29 37
Octal 136 162 274 62 47 0 32 343 51 67
Binary 1011110 1110010 10111100 110010 100111 0 11010 11100011 101001 110111

Color Harmonies of #5E72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E72BC

Black with #5E72BC

Text Example


Text Example

White with #5E72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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