Html Css Color HEX #5F52CE Slate Blue

📋 copy color: '#5F52CE'

red 95 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #5F52CE

Tints of Slate Blue #5F52CE

RGB

 RED value IS 95 (37.5% from 255) = 24.8%

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 24.8%
G = 21.41%
B = 53.79%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F52CE (or 0x5F52CE) is known color: Slate Blue. HEX triplet: 5F, 52 and CE. RGB value is (95,82,206). Sum of RGB (Red+Green+Blue) = 95+82+206=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F52CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F52CE is #A0AD31. Grayscale: #636363. Windows color (decimal): -10530098 or 13521503. OLE color: 13521503.

HSL color Cylindrical-coordinate representation of color #5F52CE: hue angle of 246.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F52CE is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 82 206 -
CMYK 0.54 0.60 0 0.19
HSL 246.29º 0.56% 0.56% -
HSV(B) 246.29º 0.6% 0.81% -
XYZ 18.88 12.92 59.89 -
YUV 100.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 95 82 206 0.54 0.60 0 0.19 246.29 0.56 0.56
Hex 5F 52 CE 36 3C 0 13 F6 38 38
Octal 137 122 316 66 74 0 23 366 70 70
Binary 1011111 1010010 11001110 110110 111100 0 10011 11110110 111000 111000

Color Harmonies of #5F52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F52CE

Black with #5F52CE

Text Example


Text Example

White with #5F52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,82,206); }

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

background-color css

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

 a { background-color: rgb(95,82,206); }

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

border-color css

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

 span { border-color: rgb(95,82,206); }

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