Html Css Color HEX #573485 Kingfisher Daisy

📋 copy color: '#573485'

red 87 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #573485

Tints of Kingfisher Daisy #573485

RGB

 RED value IS 87 (34.38% from 255) = 31.99%

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

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

R = 31.99%
G = 19.12%
B = 48.9%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#573485 (or 0x573485) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 85. RGB value is (87,52,133). Sum of RGB (Red+Green+Blue) = 87+52+133=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #573485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573485 is #A8CB7A. Grayscale: #474747. Windows color (decimal): -11062139 or 8729687. OLE color: 8729687.

HSL color Cylindrical-coordinate representation of color #573485: hue angle of 265.93º 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 #573485 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 52 133 -
CMYK 0.35 0.61 0 0.48
HSL 265.93º 0.44% 0.36% -
HSV(B) 265.93º 0.61% 0.52% -
XYZ 9.39 6.18 22.89 -
YUV 71.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 87 52 133 0.35 0.61 0 0.48 265.93 0.44 0.36
Hex 57 34 85 23 3D 0 30 10A 2C 24
Octal 127 64 205 43 75 0 60 412 54 44
Binary 1010111 110100 10000101 100011 111101 0 110000 100001010 101100 100100

Color Harmonies of #573485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573485

Black with #573485

Text Example


Text Example

White with #573485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573485; }

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

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

background-color css

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

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

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

border-color css

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

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

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