Html Css Color HEX #593485 Kingfisher Daisy

📋 copy color: '#593485'

red 89 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #593485

Tints of Kingfisher Daisy #593485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 32.48%
G = 18.98%
B = 48.54%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#593485 (or 0x593485) is known color: Kingfisher Daisy. HEX triplet: 59, 34 and 85. RGB value is (89,52,133). Sum of RGB (Red+Green+Blue) = 89+52+133=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #593485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593485 is #A6CB7A. Grayscale: #484848. Windows color (decimal): -10931067 or 8729689. OLE color: 8729689.

HSL color Cylindrical-coordinate representation of color #593485: hue angle of 267.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #593485 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 52 133 -
CMYK 0.33 0.61 0 0.48
HSL 267.41º 0.44% 0.36% -
HSV(B) 267.41º 0.61% 0.52% -
XYZ 9.58 6.27 22.9 -
YUV 72.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 89 52 133 0.33 0.61 0 0.48 267.41 0.44 0.36
Hex 59 34 85 21 3D 0 30 10B 2C 24
Octal 131 64 205 41 75 0 60 413 54 44
Binary 1011001 110100 10000101 100001 111101 0 110000 100001011 101100 100100

Color Harmonies of #593485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593485

Black with #593485

Text Example


Text Example

White with #593485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593485; }

 p { color: rgb(89,52,133); }

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

background-color css

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

 a { background-color: rgb(89,52,133); }

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

border-color css

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

 span { border-color: rgb(89,52,133); }

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