Html Css Color HEX #573474 Kingfisher Daisy

📋 copy color: '#573474'

red 87 ◦ green 52 ◦ blue 116

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

Shades of Kingfisher Daisy #573474

Tints of Kingfisher Daisy #573474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 34.12%
G = 20.39%
B = 45.49%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#573474 (or 0x573474) is known color: Kingfisher Daisy. HEX triplet: 57, 34 and 74. RGB value is (87,52,116). Sum of RGB (Red+Green+Blue) = 87+52+116=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #573474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573474 is #A8CB8B. Grayscale: #454545. Windows color (decimal): -11062156 or 7615575. OLE color: 7615575.

HSL color Cylindrical-coordinate representation of color #573474: hue angle of 272.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #573474 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 52 116 -
CMYK 0.25 0.55 0 0.55
HSL 272.81º 0.38% 0.33% -
HSV(B) 272.81º 0.55% 0.45% -
XYZ 8.31 5.74 17.19 -
YUV 69.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 87 52 116 0.25 0.55 0 0.55 272.81 0.38 0.33
Hex 57 34 74 19 37 0 37 111 26 21
Octal 127 64 164 31 67 0 67 421 46 41
Binary 1010111 110100 1110100 11001 110111 0 110111 100010001 100110 100001

Color Harmonies of #573474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573474

Black with #573474

Text Example


Text Example

White with #573474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573474; }

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

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

background-color css

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

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

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

border-color css

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

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

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