Html Css Color HEX #555ADA Slate Blue

📋 copy color: '#555ADA'

red 85 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #555ADA

Tints of Slate Blue #555ADA

RGB

 RED value IS 85 (33.59% from 255) = 21.63%

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 21.63%
G = 22.9%
B = 55.47%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#555ADA (or 0x555ADA) is known color: Slate Blue. HEX triplet: 55, 5A and DA. RGB value is (85,90,218). Sum of RGB (Red+Green+Blue) = 85+90+218=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #555ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ADA is #AAA525. Grayscale: #666666. Windows color (decimal): -11183398 or 14309973. OLE color: 14309973.

HSL color Cylindrical-coordinate representation of color #555ADA: hue angle of 237.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555ADA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 90 218 -
CMYK 0.61 0.59 0 0.15
HSL 237.74º 0.64% 0.59% -
HSV(B) 237.74º 0.61% 0.85% -
XYZ 20.06 14.31 68.03 -
YUV 103.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 85 90 218 0.61 0.59 0 0.15 237.74 0.64 0.59
Hex 55 5A DA 3D 3B 0 F EE 40 3B
Octal 125 132 332 75 73 0 17 356 100 73
Binary 1010101 1011010 11011010 111101 111011 0 1111 11101110 1000000 111011

Color Harmonies of #555ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555ADA

Black with #555ADA

Text Example


Text Example

White with #555ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555ADA; }

 p { color: rgb(85,90,218); }

 H1.HeaderClassName
 {
   color: #555ADA;
 }
 .AnyTagClassName
 {
   color: #555ADA;
 }
</style>

background-color css

<style>
 a { background-color: #555ADA; }

 a { background-color: rgb(85,90,218); }

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

border-color css

<style>
 span { border-color: #555ADA; }

 span { border-color: rgb(85,90,218); }

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