Html Css Color HEX #5A5FCD Slate Blue

📋 copy color: '#5A5FCD'

red 90 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #5A5FCD

Tints of Slate Blue #5A5FCD

RGB

 RED value IS 90 (35.55% from 255) = 23.08%

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 23.08%
G = 24.36%
B = 52.56%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A5FCD (or 0x5A5FCD) is known color: Slate Blue. HEX triplet: 5A, 5F and CD. RGB value is (90,95,205). Sum of RGB (Red+Green+Blue) = 90+95+205=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5FCD is #A5A032. Grayscale: #696969. Windows color (decimal): -10854451 or 13459290. OLE color: 13459290.

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

Color convert

RGB 90 95 205 -
CMYK 0.56 0.54 0 0.20
HSL 237.39º 0.53% 0.58% -
HSV(B) 237.39º 0.56% 0.8% -
XYZ 19.33 14.77 59.59 -
YUV 106.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 90 95 205 0.56 0.54 0 0.20 237.39 0.53 0.58
Hex 5A 5F CD 38 36 0 14 ED 35 3A
Octal 132 137 315 70 66 0 24 355 65 72
Binary 1011010 1011111 11001101 111000 110110 0 10100 11101101 110101 111010

Color Harmonies of #5A5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5FCD

Black with #5A5FCD

Text Example


Text Example

White with #5A5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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