Html Css Color HEX #5355DA Slate Blue

📋 copy color: '#5355DA'

red 83 ◦ green 85 ◦ blue 218

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

Shades of Slate Blue #5355DA

Tints of Slate Blue #5355DA

RGB

 RED value IS 83 (32.81% from 255) = 21.5%

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 21.5%
G = 22.02%
B = 56.48%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5355DA (or 0x5355DA) is known color: Slate Blue. HEX triplet: 53, 55 and DA. RGB value is (83,85,218). Sum of RGB (Red+Green+Blue) = 83+85+218=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #5355DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355DA is #ACAA25. Grayscale: #636363. Windows color (decimal): -11315750 or 14308691. OLE color: 14308691.

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

Color convert

RGB 83 85 218 -
CMYK 0.62 0.61 0 0.15
HSL 239.11º 0.65% 0.59% -
HSV(B) 239.11º 0.62% 0.85% -
XYZ 19.47 13.4 67.89 -
YUV 99.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 83 85 218 0.62 0.61 0 0.15 239.11 0.65 0.59
Hex 53 55 DA 3E 3D 0 F EF 41 3B
Octal 123 125 332 76 75 0 17 357 101 73
Binary 1010011 1010101 11011010 111110 111101 0 1111 11101111 1000001 111011

Color Harmonies of #5355DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355DA

Black with #5355DA

Text Example


Text Example

White with #5355DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5355DA; }

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

 H1.HeaderClassName
 {
   color: #5355DA;
 }
 .AnyTagClassName
 {
   color: #5355DA;
 }
</style>

background-color css

<style>
 a { background-color: #5355DA; }

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

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

border-color css

<style>
 span { border-color: #5355DA; }

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

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