Html Css Color HEX #5862CC Slate Blue

📋 copy color: '#5862CC'

red 88 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #5862CC

Tints of Slate Blue #5862CC

RGB

 RED value IS 88 (34.77% from 255) = 22.56%

 GREEN value IS 98 (38.67% from 255) = 25.13%

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 22.56%
G = 25.13%
B = 52.31%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5862CC (or 0x5862CC) is known color: Slate Blue. HEX triplet: 58, 62 and CC. RGB value is (88,98,204). Sum of RGB (Red+Green+Blue) = 88+98+204=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #5862CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862CC is #A79D33. Grayscale: #6A6A6A. Windows color (decimal): -10984756 or 13394520. OLE color: 13394520.

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

Color convert

RGB 88 98 204 -
CMYK 0.57 0.52 0 0.2
HSL 234.83º 0.53% 0.57% -
HSV(B) 234.83º 0.57% 0.8% -
XYZ 19.29 15.17 59.04 -
YUV 107.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 88 98 204 0.57 0.52 0 0.2 234.83 0.53 0.57
Hex 58 62 CC 39 34 0 14 EB 35 39
Octal 130 142 314 71 64 0 24 353 65 71
Binary 1011000 1100010 11001100 111001 110100 0 10100 11101011 110101 111001

Color Harmonies of #5862CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5862CC

Black with #5862CC

Text Example


Text Example

White with #5862CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5862CC; }

 p { color: rgb(88,98,204); }

 H1.HeaderClassName
 {
   color: #5862CC;
 }
 .AnyTagClassName
 {
   color: #5862CC;
 }
</style>

background-color css

<style>
 a { background-color: #5862CC; }

 a { background-color: rgb(88,98,204); }

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

border-color css

<style>
 span { border-color: #5862CC; }

 span { border-color: rgb(88,98,204); }

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