Html Css Color HEX #5962CC Slate Blue

📋 copy color: '#5962CC'

red 89 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #5962CC

Tints of Slate Blue #5962CC

RGB

 RED value IS 89 (35.16% from 255) = 22.76%

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

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

R = 22.76%
G = 25.06%
B = 52.17%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5962CC (or 0x5962CC) is known color: Slate Blue. HEX triplet: 59, 62 and CC. RGB value is (89,98,204). Sum of RGB (Red+Green+Blue) = 89+98+204=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #5962CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962CC is #A69D33. Grayscale: #6A6A6A. Windows color (decimal): -10919220 or 13394521. OLE color: 13394521.

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

Color convert

RGB 89 98 204 -
CMYK 0.56 0.52 0 0.2
HSL 235.3º 0.53% 0.57% -
HSV(B) 235.3º 0.56% 0.8% -
XYZ 19.39 15.22 59.04 -
YUV 107.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 89 98 204 0.56 0.52 0 0.2 235.3 0.53 0.57
Hex 59 62 CC 38 34 0 14 EB 35 39
Octal 131 142 314 70 64 0 24 353 65 71
Binary 1011001 1100010 11001100 111000 110100 0 10100 11101011 110101 111001

Color Harmonies of #5962CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962CC

Black with #5962CC

Text Example


Text Example

White with #5962CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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