Html Css Color HEX #5545CB Slate Blue

📋 copy color: '#5545CB'

red 85 ◦ green 69 ◦ blue 203

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

Shades of Slate Blue #5545CB

Tints of Slate Blue #5545CB

RGB

 RED value IS 85 (33.59% from 255) = 23.81%

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 23.81%
G = 19.33%
B = 56.86%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5545CB (or 0x5545CB) is known color: Slate Blue. HEX triplet: 55, 45 and CB. RGB value is (85,69,203). Sum of RGB (Red+Green+Blue) = 85+69+203=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5545CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5545CB is #AABA34. Grayscale: #585858. Windows color (decimal): -11188789 or 13321557. OLE color: 13321557.

HSL color Cylindrical-coordinate representation of color #5545CB: hue angle of 247.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5545CB is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 69 203 -
CMYK 0.58 0.66 0 0.20
HSL 247.16º 0.56% 0.53% -
HSV(B) 247.16º 0.66% 0.8% -
XYZ 16.65 10.5 57.65 -
YUV 89.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 85 69 203 0.58 0.66 0 0.20 247.16 0.56 0.53
Hex 55 45 CB 3A 42 0 14 F7 38 35
Octal 125 105 313 72 102 0 24 367 70 65
Binary 1010101 1000101 11001011 111010 1000010 0 10100 11110111 111000 110101

Color Harmonies of #5545CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545CB

Black with #5545CB

Text Example


Text Example

White with #5545CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5545CB; }

 p { color: rgb(85,69,203); }

 H1.HeaderClassName
 {
   color: #5545CB;
 }
 .AnyTagClassName
 {
   color: #5545CB;
 }
</style>

background-color css

<style>
 a { background-color: #5545CB; }

 a { background-color: rgb(85,69,203); }

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

border-color css

<style>
 span { border-color: #5545CB; }

 span { border-color: rgb(85,69,203); }

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