Html Css Color HEX #5E76AF Chetwode Blue

📋 copy color: '#5E76AF'

red 94 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #5E76AF

Tints of Chetwode Blue #5E76AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 24.29%
G = 30.49%
B = 45.22%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E76AF (or 0x5E76AF) is known color: Chetwode Blue. HEX triplet: 5E, 76 and AF. RGB value is (94,118,175). Sum of RGB (Red+Green+Blue) = 94+118+175=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E76AF is #A18950. Grayscale: #757575. Windows color (decimal): -10586449 or 11499102. OLE color: 11499102.

HSL color Cylindrical-coordinate representation of color #5E76AF: hue angle of 222.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E76AF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 118 175 -
CMYK 0.46 0.33 0 0.31
HSL 222.22º 0.34% 0.53% -
HSV(B) 222.22º 0.46% 0.69% -
XYZ 18.83 18.43 43.12 -
YUV 117.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 94 118 175 0.46 0.33 0 0.31 222.22 0.34 0.53
Hex 5E 76 AF 2E 21 0 1F DE 22 35
Octal 136 166 257 56 41 0 37 336 42 65
Binary 1011110 1110110 10101111 101110 100001 0 11111 11011110 100010 110101

Color Harmonies of #5E76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E76AF

Black with #5E76AF

Text Example


Text Example

White with #5E76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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