Html Css Color HEX #5745CB Slate Blue

📋 copy color: '#5745CB'

red 87 ◦ green 69 ◦ blue 203

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

Shades of Slate Blue #5745CB

Tints of Slate Blue #5745CB

RGB

 RED value IS 87 (34.38% from 255) = 24.23%

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

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

R = 24.23%
G = 19.22%
B = 56.55%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5745CB (or 0x5745CB) is known color: Slate Blue. HEX triplet: 57, 45 and CB. RGB value is (87,69,203). Sum of RGB (Red+Green+Blue) = 87+69+203=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #5745CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745CB is #A8BA34. Grayscale: #595959. Windows color (decimal): -11057717 or 13321559. OLE color: 13321559.

HSL color Cylindrical-coordinate representation of color #5745CB: hue angle of 248.06º 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 #5745CB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 69 203 -
CMYK 0.57 0.66 0 0.20
HSL 248.06º 0.56% 0.53% -
HSV(B) 248.06º 0.66% 0.8% -
XYZ 16.84 10.59 57.66 -
YUV 89.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 87 69 203 0.57 0.66 0 0.20 248.06 0.56 0.53
Hex 57 45 CB 39 42 0 14 F8 38 35
Octal 127 105 313 71 102 0 24 370 70 65
Binary 1010111 1000101 11001011 111001 1000010 0 10100 11111000 111000 110101

Color Harmonies of #5745CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5745CB

Black with #5745CB

Text Example


Text Example

White with #5745CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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