Html Css Color HEX #5B53CC Slate Blue

📋 copy color: '#5B53CC'

red 91 ◦ green 83 ◦ blue 204

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

Shades of Slate Blue #5B53CC

Tints of Slate Blue #5B53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 24.07%
G = 21.96%
B = 53.97%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B53CC (or 0x5B53CC) is known color: Slate Blue. HEX triplet: 5B, 53 and CC. RGB value is (91,83,204). Sum of RGB (Red+Green+Blue) = 91+83+204=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B53CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B53CC is #A4AC33. Grayscale: #626262. Windows color (decimal): -10791988 or 13390683. OLE color: 13390683.

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

Color convert

RGB 91 83 204 -
CMYK 0.55 0.59 0 0.2
HSL 243.97º 0.54% 0.56% -
HSV(B) 243.97º 0.59% 0.8% -
XYZ 18.31 12.77 58.63 -
YUV 99.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 91 83 204 0.55 0.59 0 0.2 243.97 0.54 0.56
Hex 5B 53 CC 37 3B 0 14 F4 36 38
Octal 133 123 314 67 73 0 24 364 66 70
Binary 1011011 1010011 11001100 110111 111011 0 10100 11110100 110110 111000

Color Harmonies of #5B53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B53CC

Black with #5B53CC

Text Example


Text Example

White with #5B53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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