Html Css Color HEX #573277 Kingfisher Daisy

📋 copy color: '#573277'

red 87 ◦ green 50 ◦ blue 119

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

Shades of Kingfisher Daisy #573277

Tints of Kingfisher Daisy #573277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 33.98%
G = 19.53%
B = 46.48%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573277 (or 0x573277) is known color: Kingfisher Daisy. HEX triplet: 57, 32 and 77. RGB value is (87,50,119). Sum of RGB (Red+Green+Blue) = 87+50+119=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #573277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573277 is #A8CD88. Grayscale: #444444. Windows color (decimal): -11062665 or 7811671. OLE color: 7811671.

HSL color Cylindrical-coordinate representation of color #573277: hue angle of 272.17º 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 #573277 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 50 119 -
CMYK 0.27 0.58 0 0.53
HSL 272.17º 0.41% 0.33% -
HSV(B) 272.17º 0.58% 0.47% -
XYZ 8.4 5.64 18.1 -
YUV 68.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 87 50 119 0.27 0.58 0 0.53 272.17 0.41 0.33
Hex 57 32 77 1B 3A 0 35 110 29 21
Octal 127 62 167 33 72 0 65 420 51 41
Binary 1010111 110010 1110111 11011 111010 0 110101 100010000 101001 100001

Color Harmonies of #573277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573277

Black with #573277

Text Example


Text Example

White with #573277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573277; }

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

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

background-color css

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

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

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

border-color css

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

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

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