Html Css Color HEX #573882 Kingfisher Daisy

📋 copy color: '#573882'

red 87 ◦ green 56 ◦ blue 130

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

Shades of Kingfisher Daisy #573882

Tints of Kingfisher Daisy #573882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 31.87%
G = 20.51%
B = 47.62%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573882 (or 0x573882) is known color: Kingfisher Daisy. HEX triplet: 57, 38 and 82. RGB value is (87,56,130). Sum of RGB (Red+Green+Blue) = 87+56+130=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #573882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573882 is #A8C77D. Grayscale: #494949. Windows color (decimal): -11061118 or 8534103. OLE color: 8534103.

HSL color Cylindrical-coordinate representation of color #573882: hue angle of 265.14º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573882 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 56 130 -
CMYK 0.33 0.57 0 0.49
HSL 265.14º 0.4% 0.36% -
HSV(B) 265.14º 0.57% 0.51% -
XYZ 9.37 6.47 21.87 -
YUV 73.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 87 56 130 0.33 0.57 0 0.49 265.14 0.4 0.36
Hex 57 38 82 21 39 0 31 109 28 24
Octal 127 70 202 41 71 0 61 411 50 44
Binary 1010111 111000 10000010 100001 111001 0 110001 100001001 101000 100100

Color Harmonies of #573882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573882

Black with #573882

Text Example


Text Example

White with #573882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573882; }

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

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

background-color css

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

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

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

border-color css

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

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

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