Html Css Color HEX #573475 Kingfisher Daisy

📋 copy color: '#573475'

red 87 ◦ green 52 ◦ blue 117

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

Shades of Kingfisher Daisy #573475

Tints of Kingfisher Daisy #573475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 33.98%
G = 20.31%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#573475 (or 0x573475) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 75. RGB value is (87,52,117). Sum of RGB (Red+Green+Blue) = 87+52+117=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #573475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573475 is #A8CB8A. Grayscale: #454545. Windows color (decimal): -11062155 or 7681111. OLE color: 7681111.

HSL color Cylindrical-coordinate representation of color #573475: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573475 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 52 117 -
CMYK 0.26 0.56 0 0.54
HSL 272.31º 0.38% 0.33% -
HSV(B) 272.31º 0.56% 0.46% -
XYZ 8.37 5.77 17.5 -
YUV 69.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 87 52 117 0.26 0.56 0 0.54 272.31 0.38 0.33
Hex 57 34 75 1A 38 0 36 110 26 21
Octal 127 64 165 32 70 0 66 420 46 41
Binary 1010111 110100 1110101 11010 111000 0 110110 100010000 100110 100001

Color Harmonies of #573475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573475

Black with #573475

Text Example


Text Example

White with #573475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573475; }

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

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

background-color css

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

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

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

border-color css

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

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

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