Html Css Color HEX #5E6FAC Chetwode Blue

📋 copy color: '#5E6FAC'

red 94 ◦ green 111 ◦ blue 172

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

Shades of Chetwode Blue #5E6FAC

Tints of Chetwode Blue #5E6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 24.93%
G = 29.44%
B = 45.62%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E6FAC (or 0x5E6FAC) is known color: Chetwode Blue. HEX triplet: 5E, 6F and AC. RGB value is (94,111,172). Sum of RGB (Red+Green+Blue) = 94+111+172=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6FAC is #A19053. Grayscale: #707070. Windows color (decimal): -10588244 or 11300702. OLE color: 11300702.

HSL color Cylindrical-coordinate representation of color #5E6FAC: hue angle of 226.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6FAC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 111 172 -
CMYK 0.45 0.35 0 0.33
HSL 226.92º 0.32% 0.52% -
HSV(B) 226.92º 0.45% 0.67% -
XYZ 17.75 16.73 41.32 -
YUV 112.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 94 111 172 0.45 0.35 0 0.33 226.92 0.32 0.52
Hex 5E 6F AC 2D 23 0 21 E3 20 34
Octal 136 157 254 55 43 0 41 343 40 64
Binary 1011110 1101111 10101100 101101 100011 0 100001 11100011 100000 110100

Color Harmonies of #5E6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6FAC

Black with #5E6FAC

Text Example


Text Example

White with #5E6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,111,172); }

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

background-color css

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

 a { background-color: rgb(94,111,172); }

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

border-color css

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

 span { border-color: rgb(94,111,172); }

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