Html Css Color HEX #5E67CC Slate Blue

📋 copy color: '#5E67CC'

red 94 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #5E67CC

Tints of Slate Blue #5E67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 23.44%
G = 25.69%
B = 50.87%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E67CC (or 0x5E67CC) is known color: Slate Blue. HEX triplet: 5E, 67 and CC. RGB value is (94,103,204). Sum of RGB (Red+Green+Blue) = 94+103+204=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E67CC is #A19833. Grayscale: #6F6F6F. Windows color (decimal): -10590260 or 13395806. OLE color: 13395806.

HSL color Cylindrical-coordinate representation of color #5E67CC: hue angle of 235.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E67CC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 103 204 -
CMYK 0.54 0.50 0 0.2
HSL 235.09º 0.52% 0.58% -
HSV(B) 235.09º 0.54% 0.8% -
XYZ 20.37 16.44 59.23 -
YUV 111.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 94 103 204 0.54 0.50 0 0.2 235.09 0.52 0.58
Hex 5E 67 CC 36 32 0 14 EB 34 3A
Octal 136 147 314 66 62 0 24 353 64 72
Binary 1011110 1100111 11001100 110110 110010 0 10100 11101011 110100 111010

Color Harmonies of #5E67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E67CC

Black with #5E67CC

Text Example


Text Example

White with #5E67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,103,204); }

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

background-color css

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

 a { background-color: rgb(94,103,204); }

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

border-color css

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

 span { border-color: rgb(94,103,204); }

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