Html Css Color HEX #5E77BC Chetwode Blue

📋 copy color: '#5E77BC'

red 94 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #5E77BC

Tints of Chetwode Blue #5E77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

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

R = 23.44%
G = 29.68%
B = 46.88%

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

#5E77BC (or 0x5E77BC) is known color: Chetwode Blue. HEX triplet: 5E, 77 and BC. RGB value is (94,119,188). Sum of RGB (Red+Green+Blue) = 94+119+188=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E77BC is #A18843. Grayscale: #777777. Windows color (decimal): -10586180 or 12351326. OLE color: 12351326.

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

Color convert

RGB 94 119 188 -
CMYK 0.50 0.37 0 0.26
HSL 224.04º 0.41% 0.55% -
HSV(B) 224.04º 0.5% 0.74% -
XYZ 20.29 19.2 50.21 -
YUV 119.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 94 119 188 0.50 0.37 0 0.26 224.04 0.41 0.55
Hex 5E 77 BC 32 25 0 1A E0 29 37
Octal 136 167 274 62 45 0 32 340 51 67
Binary 1011110 1110111 10111100 110010 100101 0 11010 11100000 101001 110111

Color Harmonies of #5E77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E77BC

Black with #5E77BC

Text Example


Text Example

White with #5E77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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