Html Css Color HEX #573A7B Kingfisher Daisy

📋 copy color: '#573A7B'

red 87 ◦ green 58 ◦ blue 123

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

Shades of Kingfisher Daisy #573A7B

Tints of Kingfisher Daisy #573A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 32.46%
G = 21.64%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#573A7B (or 0x573A7B) is known color: Kingfisher Daisy. HEX triplet: 57, 3A and 7B. RGB value is (87,58,123). Sum of RGB (Red+Green+Blue) = 87+58+123=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #573A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A7B is #A8C584. Grayscale: #494949. Windows color (decimal): -11060613 or 8075863. OLE color: 8075863.

HSL color Cylindrical-coordinate representation of color #573A7B: hue angle of 266.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #573A7B is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 58 123 -
CMYK 0.29 0.53 0 0.52
HSL 266.77º 0.36% 0.35% -
HSV(B) 266.77º 0.53% 0.48% -
XYZ 9.02 6.48 19.51 -
YUV 74.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 87 58 123 0.29 0.53 0 0.52 266.77 0.36 0.35
Hex 57 3A 7B 1D 35 0 34 10B 24 23
Octal 127 72 173 35 65 0 64 413 44 43
Binary 1010111 111010 1111011 11101 110101 0 110100 100001011 100100 100011

Color Harmonies of #573A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A7B

Black with #573A7B

Text Example


Text Example

White with #573A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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