Html Css Color HEX #5E6AC3 Chetwode Blue

📋 copy color: '#5E6AC3'

red 94 ◦ green 106 ◦ blue 195

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

Shades of Chetwode Blue #5E6AC3

Tints of Chetwode Blue #5E6AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.37%

R = 23.8%
G = 26.84%
B = 49.37%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5E6AC3 (or 0x5E6AC3) is known color: Chetwode Blue. HEX triplet: 5E, 6A and C3. RGB value is (94,106,195). Sum of RGB (Red+Green+Blue) = 94+106+195=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #5E6AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6AC3 is #A1953C. Grayscale: #707070. Windows color (decimal): -10589501 or 12806750. OLE color: 12806750.

HSL color Cylindrical-coordinate representation of color #5E6AC3: hue angle of 232.87º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E6AC3 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 106 195 -
CMYK 0.52 0.46 0 0.24
HSL 232.87º 0.46% 0.57% -
HSV(B) 232.87º 0.52% 0.76% -
XYZ 19.62 16.63 53.81 -
YUV 112.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 94 106 195 0.52 0.46 0 0.24 232.87 0.46 0.57
Hex 5E 6A C3 34 2E 0 18 E9 2E 39
Octal 136 152 303 64 56 0 30 351 56 71
Binary 1011110 1101010 11000011 110100 101110 0 11000 11101001 101110 111001

Color Harmonies of #5E6AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6AC3

Black with #5E6AC3

Text Example


Text Example

White with #5E6AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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