Html Css Color HEX #573278 Kingfisher Daisy

📋 copy color: '#573278'

red 87 ◦ green 50 ◦ blue 120

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

Shades of Kingfisher Daisy #573278

Tints of Kingfisher Daisy #573278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 33.85%
G = 19.46%
B = 46.69%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573278 (or 0x573278) is known color: Kingfisher Daisy. HEX triplet: 57, 32 and 78. RGB value is (87,50,120). Sum of RGB (Red+Green+Blue) = 87+50+120=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #573278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573278 is #A8CD87. Grayscale: #444444. Windows color (decimal): -11062664 or 7877207. OLE color: 7877207.

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

Color convert

RGB 87 50 120 -
CMYK 0.28 0.58 0 0.53
HSL 271.71º 0.41% 0.33% -
HSV(B) 271.71º 0.58% 0.47% -
XYZ 8.46 5.66 18.42 -
YUV 69.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 87 50 120 0.28 0.58 0 0.53 271.71 0.41 0.33
Hex 57 32 78 1C 3A 0 35 110 29 21
Octal 127 62 170 34 72 0 65 420 51 41
Binary 1010111 110010 1111000 11100 111010 0 110101 100010000 101001 100001

Color Harmonies of #573278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573278

Black with #573278

Text Example


Text Example

White with #573278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573278; }

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

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

background-color css

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

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

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

border-color css

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

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

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