Html Css Color HEX #5E6CCA Chetwode Blue

📋 copy color: '#5E6CCA'

red 94 ◦ green 108 ◦ blue 202

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

Shades of Chetwode Blue #5E6CCA

Tints of Chetwode Blue #5E6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.73%

 BLUE value IS 202 (79.3% from 255) = 50%

R = 23.27%
G = 26.73%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E6CCA (or 0x5E6CCA) is known color: Chetwode Blue. HEX triplet: 5E, 6C and CA. RGB value is (94,108,202). Sum of RGB (Red+Green+Blue) = 94+108+202=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CCA is #A19335. Grayscale: #727272. Windows color (decimal): -10588982 or 13266014. OLE color: 13266014.

HSL color Cylindrical-coordinate representation of color #5E6CCA: hue angle of 232.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6CCA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 108 202 -
CMYK 0.53 0.47 0 0.21
HSL 232.22º 0.5% 0.58% -
HSV(B) 232.22º 0.53% 0.79% -
XYZ 20.64 17.37 58.14 -
YUV 114.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 94 108 202 0.53 0.47 0 0.21 232.22 0.5 0.58
Hex 5E 6C CA 35 2F 0 15 E8 32 3A
Octal 136 154 312 65 57 0 25 350 62 72
Binary 1011110 1101100 11001010 110101 101111 0 10101 11101000 110010 111010

Color Harmonies of #5E6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6CCA

Black with #5E6CCA

Text Example


Text Example

White with #5E6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,108,202); }

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

background-color css

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

 a { background-color: rgb(94,108,202); }

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

border-color css

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

 span { border-color: rgb(94,108,202); }

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