Html Css Color HEX #573878 Kingfisher Daisy

📋 copy color: '#573878'

red 87 ◦ green 56 ◦ blue 120

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

Shades of Kingfisher Daisy #573878

Tints of Kingfisher Daisy #573878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 33.08%
G = 21.29%
B = 45.63%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573878 (or 0x573878) is known color: Kingfisher Daisy. HEX triplet: 57, 38 and 78. RGB value is (87,56,120). Sum of RGB (Red+Green+Blue) = 87+56+120=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #573878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573878 is #A8C787. Grayscale: #484848. Windows color (decimal): -11061128 or 7878743. OLE color: 7878743.

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

Color convert

RGB 87 56 120 -
CMYK 0.28 0.53 0 0.53
HSL 269.06º 0.36% 0.35% -
HSV(B) 269.06º 0.53% 0.47% -
XYZ 8.73 6.21 18.51 -
YUV 72.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 87 56 120 0.28 0.53 0 0.53 269.06 0.36 0.35
Hex 57 38 78 1C 35 0 35 10D 24 23
Octal 127 70 170 34 65 0 65 415 44 43
Binary 1010111 111000 1111000 11100 110101 0 110101 100001101 100100 100011

Color Harmonies of #573878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573878

Black with #573878

Text Example


Text Example

White with #573878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573878; }

 p { color: rgb(87,56,120); }

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

background-color css

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

 a { background-color: rgb(87,56,120); }

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

border-color css

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

 span { border-color: rgb(87,56,120); }

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