Html Css Color HEX #5B66DA Slate Blue

📋 copy color: '#5B66DA'

red 91 ◦ green 102 ◦ blue 218

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

Shades of Slate Blue #5B66DA

Tints of Slate Blue #5B66DA

RGB

 RED value IS 91 (35.94% from 255) = 22.14%

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 22.14%
G = 24.82%
B = 53.04%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5B66DA (or 0x5B66DA) is known color: Slate Blue. HEX triplet: 5B, 66 and DA. RGB value is (91,102,218). Sum of RGB (Red+Green+Blue) = 91+102+218=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B66DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66DA is #A49925. Grayscale: #6F6F6F. Windows color (decimal): -10787110 or 14313051. OLE color: 14313051.

HSL color Cylindrical-coordinate representation of color #5B66DA: hue angle of 234.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B66DA is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 102 218 -
CMYK 0.58 0.53 0 0.15
HSL 234.8º 0.63% 0.61% -
HSV(B) 234.8º 0.58% 0.85% -
XYZ 21.72 16.79 68.43 -
YUV 111.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 91 102 218 0.58 0.53 0 0.15 234.8 0.63 0.61
Hex 5B 66 DA 3A 35 0 F EB 3F 3D
Octal 133 146 332 72 65 0 17 353 77 75
Binary 1011011 1100110 11011010 111010 110101 0 1111 11101011 111111 111101

Color Harmonies of #5B66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B66DA

Black with #5B66DA

Text Example


Text Example

White with #5B66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,218); }

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

background-color css

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

 a { background-color: rgb(91,102,218); }

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

border-color css

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

 span { border-color: rgb(91,102,218); }

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