Html Css Color HEX #5F5ACB Slate Blue

📋 copy color: '#5F5ACB'

red 95 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #5F5ACB

Tints of Slate Blue #5F5ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 24.48%
G = 23.2%
B = 52.32%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F5ACB (or 0x5F5ACB) is known color: Slate Blue. HEX triplet: 5F, 5A and CB. RGB value is (95,90,203). Sum of RGB (Red+Green+Blue) = 95+90+203=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ACB is #A0A534. Grayscale: #676767. Windows color (decimal): -10528053 or 13326943. OLE color: 13326943.

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

Color convert

RGB 95 90 203 -
CMYK 0.53 0.56 0 0.20
HSL 242.65º 0.52% 0.57% -
HSV(B) 242.65º 0.56% 0.8% -
XYZ 19.15 14.06 58.2 -
YUV 104.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 95 90 203 0.53 0.56 0 0.20 242.65 0.52 0.57
Hex 5F 5A CB 35 38 0 14 F3 34 39
Octal 137 132 313 65 70 0 24 363 64 71
Binary 1011111 1011010 11001011 110101 111000 0 10100 11110011 110100 111001

Color Harmonies of #5F5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5ACB

Black with #5F5ACB

Text Example


Text Example

White with #5F5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,90,203); }

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

background-color css

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

 a { background-color: rgb(95,90,203); }

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

border-color css

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

 span { border-color: rgb(95,90,203); }

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