Html Css Color HEX #594FCB Slate Blue

📋 copy color: '#594FCB'

red 89 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #594FCB

Tints of Slate Blue #594FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 23.99%
G = 21.29%
B = 54.72%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#594FCB (or 0x594FCB) is known color: Slate Blue. HEX triplet: 59, 4F and CB. RGB value is (89,79,203). Sum of RGB (Red+Green+Blue) = 89+79+203=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #594FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FCB is #A6B034. Grayscale: #5F5F5F. Windows color (decimal): -10924085 or 13324121. OLE color: 13324121.

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

Color convert

RGB 89 79 203 -
CMYK 0.56 0.61 0 0.20
HSL 244.84º 0.54% 0.55% -
HSV(B) 244.84º 0.61% 0.8% -
XYZ 17.7 12.03 57.89 -
YUV 96.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 89 79 203 0.56 0.61 0 0.20 244.84 0.54 0.55
Hex 59 4F CB 38 3D 0 14 F5 36 37
Octal 131 117 313 70 75 0 24 365 66 67
Binary 1011001 1001111 11001011 111000 111101 0 10100 11110101 110110 110111

Color Harmonies of #594FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FCB

Black with #594FCB

Text Example


Text Example

White with #594FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,203); }

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

background-color css

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

 a { background-color: rgb(89,79,203); }

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

border-color css

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

 span { border-color: rgb(89,79,203); }

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