Html Css Color HEX #572882 Kingfisher Daisy

📋 copy color: '#572882'

red 87 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #572882

Tints of Kingfisher Daisy #572882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 33.85%
G = 15.56%
B = 50.58%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#572882 (or 0x572882) is known color: Kingfisher Daisy. HEX triplet: 57, 28 and 82. RGB value is (87,40,130). Sum of RGB (Red+Green+Blue) = 87+40+130=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #572882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572882 is #A8D77D. Grayscale: #404040. Windows color (decimal): -11065214 or 8530007. OLE color: 8530007.

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

Color convert

RGB 87 40 130 -
CMYK 0.33 0.69 0 0.49
HSL 271.33º 0.53% 0.33% -
HSV(B) 271.33º 0.69% 0.51% -
XYZ 8.72 5.16 21.65 -
YUV 64.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 87 40 130 0.33 0.69 0 0.49 271.33 0.53 0.33
Hex 57 28 82 21 45 0 31 10F 35 21
Octal 127 50 202 41 105 0 61 417 65 41
Binary 1010111 101000 10000010 100001 1000101 0 110001 100001111 110101 100001

Color Harmonies of #572882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572882

Black with #572882

Text Example


Text Example

White with #572882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572882; }

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

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

background-color css

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

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

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

border-color css

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

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

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