Html Css Color HEX #5A5BC9 Slate Blue

📋 copy color: '#5A5BC9'

red 90 ◦ green 91 ◦ blue 201

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

Shades of Slate Blue #5A5BC9

Tints of Slate Blue #5A5BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

 BLUE value IS 201 (78.91% from 255) = 52.62%

R = 23.56%
G = 23.82%
B = 52.62%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A5BC9 (or 0x5A5BC9) is known color: Slate Blue. HEX triplet: 5A, 5B and C9. RGB value is (90,91,201). Sum of RGB (Red+Green+Blue) = 90+91+201=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A5BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BC9 is #A5A436. Grayscale: #666666. Windows color (decimal): -10855479 or 13196122. OLE color: 13196122.

HSL color Cylindrical-coordinate representation of color #5A5BC9: hue angle of 239.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A5BC9 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 91 201 -
CMYK 0.55 0.55 0 0.21
HSL 239.46º 0.51% 0.57% -
HSV(B) 239.46º 0.55% 0.79% -
XYZ 18.5 13.87 56.96 -
YUV 103.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 90 91 201 0.55 0.55 0 0.21 239.46 0.51 0.57
Hex 5A 5B C9 37 37 0 15 EF 33 39
Octal 132 133 311 67 67 0 25 357 63 71
Binary 1011010 1011011 11001001 110111 110111 0 10101 11101111 110011 111001

Color Harmonies of #5A5BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5BC9

Black with #5A5BC9

Text Example


Text Example

White with #5A5BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,91,201); }

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

background-color css

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

 a { background-color: rgb(90,91,201); }

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

border-color css

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

 span { border-color: rgb(90,91,201); }

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