Html Css Color HEX #573C84 Kingfisher Daisy

📋 copy color: '#573C84'

red 87 ◦ green 60 ◦ blue 132

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

Shades of Kingfisher Daisy #573C84

Tints of Kingfisher Daisy #573C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.51%

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

R = 31.18%
G = 21.51%
B = 47.31%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#573C84 (or 0x573C84) is known color: Kingfisher Daisy. HEX triplet: 57, 3C and 84. RGB value is (87,60,132). Sum of RGB (Red+Green+Blue) = 87+60+132=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #573C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573C84 is #A8C37B. Grayscale: #4C4C4C. Windows color (decimal): -11060092 or 8666199. OLE color: 8666199.

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

Color convert

RGB 87 60 132 -
CMYK 0.34 0.55 0 0.48
HSL 262.5º 0.38% 0.38% -
HSV(B) 262.5º 0.55% 0.52% -
XYZ 9.71 6.92 22.65 -
YUV 76.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 87 60 132 0.34 0.55 0 0.48 262.5 0.38 0.38
Hex 57 3C 84 22 37 0 30 106 26 26
Octal 127 74 204 42 67 0 60 406 46 46
Binary 1010111 111100 10000100 100010 110111 0 110000 100000110 100110 100110

Color Harmonies of #573C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C84

Black with #573C84

Text Example


Text Example

White with #573C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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