Html Css Color HEX #5658CB Slate Blue

📋 copy color: '#5658CB'

red 86 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #5658CB

Tints of Slate Blue #5658CB

RGB

 RED value IS 86 (33.98% from 255) = 22.81%

 GREEN value IS 88 (34.77% from 255) = 23.34%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 22.81%
G = 23.34%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5658CB (or 0x5658CB) is known color: Slate Blue. HEX triplet: 56, 58 and CB. RGB value is (86,88,203). Sum of RGB (Red+Green+Blue) = 86+88+203=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5658CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658CB is #A9A734. Grayscale: #646464. Windows color (decimal): -11118389 or 13326422. OLE color: 13326422.

HSL color Cylindrical-coordinate representation of color #5658CB: hue angle of 238.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5658CB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 88 203 -
CMYK 0.58 0.57 0 0.20
HSL 238.97º 0.53% 0.57% -
HSV(B) 238.97º 0.58% 0.8% -
XYZ 18.11 13.27 58.11 -
YUV 100.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 86 88 203 0.58 0.57 0 0.20 238.97 0.53 0.57
Hex 56 58 CB 3A 39 0 14 EF 35 39
Octal 126 130 313 72 71 0 24 357 65 71
Binary 1010110 1011000 11001011 111010 111001 0 10100 11101111 110101 111001

Color Harmonies of #5658CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5658CB

Black with #5658CB

Text Example


Text Example

White with #5658CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5658CB; }

 p { color: rgb(86,88,203); }

 H1.HeaderClassName
 {
   color: #5658CB;
 }
 .AnyTagClassName
 {
   color: #5658CB;
 }
</style>

background-color css

<style>
 a { background-color: #5658CB; }

 a { background-color: rgb(86,88,203); }

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

border-color css

<style>
 span { border-color: #5658CB; }

 span { border-color: rgb(86,88,203); }

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