Html Css Color HEX #573B7C Kingfisher Daisy

📋 copy color: '#573B7C'

red 87 ◦ green 59 ◦ blue 124

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

Shades of Kingfisher Daisy #573B7C

Tints of Kingfisher Daisy #573B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.85%

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

R = 32.22%
G = 21.85%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#573B7C (or 0x573B7C) is known color: Kingfisher Daisy. HEX triplet: 57, 3B and 7C. RGB value is (87,59,124). Sum of RGB (Red+Green+Blue) = 87+59+124=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #573B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573B7C is #A8C483. Grayscale: #4A4A4A. Windows color (decimal): -11060356 or 8141655. OLE color: 8141655.

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

Color convert

RGB 87 59 124 -
CMYK 0.30 0.52 0 0.51
HSL 265.85º 0.36% 0.36% -
HSV(B) 265.85º 0.52% 0.49% -
XYZ 9.13 6.61 19.86 -
YUV 74.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 87 59 124 0.30 0.52 0 0.51 265.85 0.36 0.36
Hex 57 3B 7C 1E 34 0 33 10A 24 24
Octal 127 73 174 36 64 0 63 412 44 44
Binary 1010111 111011 1111100 11110 110100 0 110011 100001010 100100 100100

Color Harmonies of #573B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B7C

Black with #573B7C

Text Example


Text Example

White with #573B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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