Html Css Color HEX #573A84 Kingfisher Daisy

📋 copy color: '#573A84'

red 87 ◦ green 58 ◦ blue 132

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

Shades of Kingfisher Daisy #573A84

Tints of Kingfisher Daisy #573A84

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.94%

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 31.41%
G = 20.94%
B = 47.65%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#573A84 (or 0x573A84) is known color: Kingfisher Daisy. HEX triplet: 57, 3A and 84. RGB value is (87,58,132). Sum of RGB (Red+Green+Blue) = 87+58+132=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #573A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573A84 is #A8C57B. Grayscale: #4A4A4A. Windows color (decimal): -11060604 or 8665687. OLE color: 8665687.

HSL color Cylindrical-coordinate representation of color #573A84: hue angle of 263.51º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573A84 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 58 132 -
CMYK 0.34 0.56 0 0.48
HSL 263.51º 0.39% 0.37% -
HSV(B) 263.51º 0.56% 0.52% -
XYZ 9.61 6.72 22.62 -
YUV 75.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 87 58 132 0.34 0.56 0 0.48 263.51 0.39 0.37
Hex 57 3A 84 22 38 0 30 108 27 25
Octal 127 72 204 42 70 0 60 410 47 45
Binary 1010111 111010 10000100 100010 111000 0 110000 100001000 100111 100101

Color Harmonies of #573A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A84

Black with #573A84

Text Example


Text Example

White with #573A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573A84; }

 p { color: rgb(87,58,132); }

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

background-color css

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

 a { background-color: rgb(87,58,132); }

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

border-color css

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

 span { border-color: rgb(87,58,132); }

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