Html Css Color HEX #5B66CE Slate Blue

📋 copy color: '#5B66CE'

red 91 ◦ green 102 ◦ blue 206

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

Shades of Slate Blue #5B66CE

Tints of Slate Blue #5B66CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 22.81%
G = 25.56%
B = 51.63%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B66CE (or 0x5B66CE) is known color: Slate Blue. HEX triplet: 5B, 66 and CE. RGB value is (91,102,206). Sum of RGB (Red+Green+Blue) = 91+102+206=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66CE is #A49931. Grayscale: #6E6E6E. Windows color (decimal): -10787122 or 13526619. OLE color: 13526619.

HSL color Cylindrical-coordinate representation of color #5B66CE: hue angle of 234.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B66CE is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 102 206 -
CMYK 0.56 0.50 0 0.19
HSL 234.26º 0.54% 0.58% -
HSV(B) 234.26º 0.56% 0.81% -
XYZ 20.21 16.18 60.45 -
YUV 110.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 91 102 206 0.56 0.50 0 0.19 234.26 0.54 0.58
Hex 5B 66 CE 38 32 0 13 EA 36 3A
Octal 133 146 316 70 62 0 23 352 66 72
Binary 1011011 1100110 11001110 111000 110010 0 10011 11101010 110110 111010

Color Harmonies of #5B66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B66CE

Black with #5B66CE

Text Example


Text Example

White with #5B66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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