Html Css Color HEX #573A7C Kingfisher Daisy

📋 copy color: '#573A7C'

red 87 ◦ green 58 ◦ blue 124

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

Shades of Kingfisher Daisy #573A7C

Tints of Kingfisher Daisy #573A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 32.34%
G = 21.56%
B = 46.1%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#573A7C (or 0x573A7C) is known color: Kingfisher Daisy. HEX triplet: 57, 3A and 7C. RGB value is (87,58,124). Sum of RGB (Red+Green+Blue) = 87+58+124=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #573A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A7C is #A8C583. Grayscale: #494949. Windows color (decimal): -11060612 or 8141399. OLE color: 8141399.

HSL color Cylindrical-coordinate representation of color #573A7C: hue angle of 266.36º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #573A7C is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 58 124 -
CMYK 0.30 0.53 0 0.51
HSL 266.36º 0.36% 0.36% -
HSV(B) 266.36º 0.53% 0.49% -
XYZ 9.08 6.51 19.85 -
YUV 74.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 87 58 124 0.30 0.53 0 0.51 266.36 0.36 0.36
Hex 57 3A 7C 1E 35 0 33 10A 24 24
Octal 127 72 174 36 65 0 63 412 44 44
Binary 1010111 111010 1111100 11110 110101 0 110011 100001010 100100 100100

Color Harmonies of #573A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A7C

Black with #573A7C

Text Example


Text Example

White with #573A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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