Html Css Color HEX #5E76BC Chetwode Blue

📋 copy color: '#5E76BC'

red 94 ◦ green 118 ◦ blue 188

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

Shades of Chetwode Blue #5E76BC

Tints of Chetwode Blue #5E76BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

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

R = 23.5%
G = 29.5%
B = 47%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E76BC (or 0x5E76BC) is known color: Chetwode Blue. HEX triplet: 5E, 76 and BC. RGB value is (94,118,188). Sum of RGB (Red+Green+Blue) = 94+118+188=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76BC is #A18943. Grayscale: #767676. Windows color (decimal): -10586436 or 12351070. OLE color: 12351070.

HSL color Cylindrical-coordinate representation of color #5E76BC: hue angle of 224.68º 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 #5E76BC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 118 188 -
CMYK 0.50 0.37 0 0.26
HSL 224.68º 0.41% 0.55% -
HSV(B) 224.68º 0.5% 0.74% -
XYZ 20.17 18.97 50.17 -
YUV 118.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 94 118 188 0.50 0.37 0 0.26 224.68 0.41 0.55
Hex 5E 76 BC 32 25 0 1A E1 29 37
Octal 136 166 274 62 45 0 32 341 51 67
Binary 1011110 1110110 10111100 110010 100101 0 11010 11100001 101001 110111

Color Harmonies of #5E76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E76BC

Black with #5E76BC

Text Example


Text Example

White with #5E76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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