Html Css Color HEX #572480 Kingfisher Daisy

📋 copy color: '#572480'

red 87 ◦ green 36 ◦ blue 128

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

Shades of Kingfisher Daisy #572480

Tints of Kingfisher Daisy #572480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 128 (50.39% from 255) = 51%

R = 34.66%
G = 14.34%
B = 51%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572480 (or 0x572480) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 80. RGB value is (87,36,128). Sum of RGB (Red+Green+Blue) = 87+36+128=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #572480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572480 is #A8DB7F. Grayscale: #3D3D3D. Windows color (decimal): -11066240 or 8397911. OLE color: 8397911.

HSL color Cylindrical-coordinate representation of color #572480: hue angle of 273.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572480 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 36 128 -
CMYK 0.32 0.72 0 0.50
HSL 273.26º 0.56% 0.32% -
HSV(B) 273.26º 0.72% 0.5% -
XYZ 8.46 4.85 20.91 -
YUV 61.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 87 36 128 0.32 0.72 0 0.50 273.26 0.56 0.32
Hex 57 24 80 20 48 0 32 111 38 20
Octal 127 44 200 40 110 0 62 421 70 40
Binary 1010111 100100 10000000 100000 1001000 0 110010 100010001 111000 100000

Color Harmonies of #572480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572480

Black with #572480

Text Example


Text Example

White with #572480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572480; }

 p { color: rgb(87,36,128); }

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

background-color css

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

 a { background-color: rgb(87,36,128); }

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

border-color css

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

 span { border-color: rgb(87,36,128); }

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