Html Css Color HEX #594BCC Slate Blue

📋 copy color: '#594BCC'

red 89 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #594BCC

Tints of Slate Blue #594BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 24.18%
G = 20.38%
B = 55.43%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#594BCC (or 0x594BCC) is known color: Slate Blue. HEX triplet: 59, 4B and CC. RGB value is (89,75,204). Sum of RGB (Red+Green+Blue) = 89+75+204=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #594BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BCC is #A6B433. Grayscale: #5D5D5D. Windows color (decimal): -10925108 or 13388633. OLE color: 13388633.

HSL color Cylindrical-coordinate representation of color #594BCC: hue angle of 246.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594BCC is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 75 204 -
CMYK 0.56 0.63 0 0.2
HSL 246.51º 0.56% 0.55% -
HSV(B) 246.51º 0.63% 0.8% -
XYZ 17.53 11.52 58.43 -
YUV 93.89 190.14 124.51 -
System Red Green Blue C M Y K H S L
Decimal 89 75 204 0.56 0.63 0 0.2 246.51 0.56 0.55
Hex 59 4B CC 38 3F 0 14 F7 38 37
Octal 131 113 314 70 77 0 24 367 70 67
Binary 1011001 1001011 11001100 111000 111111 0 10100 11110111 111000 110111

Color Harmonies of #594BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BCC

Black with #594BCC

Text Example


Text Example

White with #594BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594BCC; }

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

 H1.HeaderClassName
 {
   color: #594BCC;
 }
 .AnyTagClassName
 {
   color: #594BCC;
 }
</style>

background-color css

<style>
 a { background-color: #594BCC; }

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

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

border-color css

<style>
 span { border-color: #594BCC; }

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

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