Html Css Color HEX #5A60DB Slate Blue

📋 copy color: '#5A60DB'

red 90 ◦ green 96 ◦ blue 219

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

Shades of Slate Blue #5A60DB

Tints of Slate Blue #5A60DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 22.22%
G = 23.7%
B = 54.07%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A60DB (or 0x5A60DB) is known color: Slate Blue. HEX triplet: 5A, 60 and DB. RGB value is (90,96,219). Sum of RGB (Red+Green+Blue) = 90+96+219=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A60DB is #A59F24. Grayscale: #6B6B6B. Windows color (decimal): -10854181 or 14377050. OLE color: 14377050.

HSL color Cylindrical-coordinate representation of color #5A60DB: hue angle of 237.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A60DB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 96 219 -
CMYK 0.59 0.56 0 0.14
HSL 237.21º 0.64% 0.61% -
HSV(B) 237.21º 0.59% 0.86% -
XYZ 21.19 15.65 68.92 -
YUV 108.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 90 96 219 0.59 0.56 0 0.14 237.21 0.64 0.61
Hex 5A 60 DB 3B 38 0 E ED 40 3D
Octal 132 140 333 73 70 0 16 355 100 75
Binary 1011010 1100000 11011011 111011 111000 0 1110 11101101 1000000 111101

Color Harmonies of #5A60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A60DB

Black with #5A60DB

Text Example


Text Example

White with #5A60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,219); }

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

background-color css

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

 a { background-color: rgb(90,96,219); }

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

border-color css

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

 span { border-color: rgb(90,96,219); }

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