Html Css Color HEX #5B52CC Slate Blue

📋 copy color: '#5B52CC'

red 91 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #5B52CC

Tints of Slate Blue #5B52CC

RGB

 RED value IS 91 (35.94% from 255) = 24.14%

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

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

R = 24.14%
G = 21.75%
B = 54.11%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B52CC (or 0x5B52CC) is known color: Slate Blue. HEX triplet: 5B, 52 and CC. RGB value is (91,82,204). Sum of RGB (Red+Green+Blue) = 91+82+204=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B52CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B52CC is #A4AD33. Grayscale: #626262. Windows color (decimal): -10792244 or 13390427. OLE color: 13390427.

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

Color convert

RGB 91 82 204 -
CMYK 0.55 0.60 0 0.2
HSL 244.43º 0.54% 0.56% -
HSV(B) 244.43º 0.6% 0.8% -
XYZ 18.23 12.62 58.6 -
YUV 98.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 91 82 204 0.55 0.60 0 0.2 244.43 0.54 0.56
Hex 5B 52 CC 37 3C 0 14 F4 36 38
Octal 133 122 314 67 74 0 24 364 66 70
Binary 1011011 1010010 11001100 110111 111100 0 10100 11110100 110110 111000

Color Harmonies of #5B52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B52CC

Black with #5B52CC

Text Example


Text Example

White with #5B52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,82,204); }

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

background-color css

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

 a { background-color: rgb(91,82,204); }

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

border-color css

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

 span { border-color: rgb(91,82,204); }

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