Html Css Color HEX #573078 Kingfisher Daisy

📋 copy color: '#573078'

red 87 ◦ green 48 ◦ blue 120

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

Shades of Kingfisher Daisy #573078

Tints of Kingfisher Daisy #573078

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 34.12%
G = 18.82%
B = 47.06%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573078 (or 0x573078) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 78. RGB value is (87,48,120). Sum of RGB (Red+Green+Blue) = 87+48+120=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #573078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573078 is #A8CF87. Grayscale: #434343. Windows color (decimal): -11063176 or 7876695. OLE color: 7876695.

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

Color convert

RGB 87 48 120 -
CMYK 0.28 0.60 0 0.53
HSL 272.5º 0.43% 0.33% -
HSV(B) 272.5º 0.6% 0.47% -
XYZ 8.38 5.5 18.39 -
YUV 67.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 87 48 120 0.28 0.60 0 0.53 272.5 0.43 0.33
Hex 57 30 78 1C 3C 0 35 110 2B 21
Octal 127 60 170 34 74 0 65 420 53 41
Binary 1010111 110000 1111000 11100 111100 0 110101 100010000 101011 100001

Color Harmonies of #573078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573078

Black with #573078

Text Example


Text Example

White with #573078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573078; }

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

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

background-color css

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

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

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

border-color css

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

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

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