Html Css Color HEX #5E6AC0 Chetwode Blue

📋 copy color: '#5E6AC0'

red 94 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #5E6AC0

Tints of Chetwode Blue #5E6AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 23.98%
G = 27.04%
B = 48.98%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E6AC0 (or 0x5E6AC0) is known color: Chetwode Blue. HEX triplet: 5E, 6A and C0. RGB value is (94,106,192). Sum of RGB (Red+Green+Blue) = 94+106+192=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E6AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6AC0 is #A1953F. Grayscale: #6F6F6F. Windows color (decimal): -10589504 or 12610142. OLE color: 12610142.

HSL color Cylindrical-coordinate representation of color #5E6AC0: hue angle of 232.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6AC0 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 106 192 -
CMYK 0.51 0.45 0 0.25
HSL 232.65º 0.44% 0.56% -
HSV(B) 232.65º 0.51% 0.75% -
XYZ 19.28 16.49 52.04 -
YUV 112.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 94 106 192 0.51 0.45 0 0.25 232.65 0.44 0.56
Hex 5E 6A C0 33 2D 0 19 E9 2C 38
Octal 136 152 300 63 55 0 31 351 54 70
Binary 1011110 1101010 11000000 110011 101101 0 11001 11101001 101100 111000

Color Harmonies of #5E6AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6AC0

Black with #5E6AC0

Text Example


Text Example

White with #5E6AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,192); }

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

background-color css

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

 a { background-color: rgb(94,106,192); }

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

border-color css

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

 span { border-color: rgb(94,106,192); }

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