Html Css Color HEX #572380 Kingfisher Daisy

📋 copy color: '#572380'

red 87 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #572380

Tints of Kingfisher Daisy #572380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 34.8%
G = 14%
B = 51.2%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572380 (or 0x572380) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 80. RGB value is (87,35,128). Sum of RGB (Red+Green+Blue) = 87+35+128=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #572380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572380 is #A8DC7F. Grayscale: #3C3C3C. Windows color (decimal): -11066496 or 8397655. OLE color: 8397655.

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

Color convert

RGB 87 35 128 -
CMYK 0.32 0.73 0 0.50
HSL 273.55º 0.57% 0.32% -
HSV(B) 273.55º 0.73% 0.5% -
XYZ 8.43 4.79 20.9 -
YUV 61.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 87 35 128 0.32 0.73 0 0.50 273.55 0.57 0.32
Hex 57 23 80 20 49 0 32 112 39 20
Octal 127 43 200 40 111 0 62 422 71 40
Binary 1010111 100011 10000000 100000 1001001 0 110010 100010010 111001 100000

Color Harmonies of #572380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572380

Black with #572380

Text Example


Text Example

White with #572380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572380; }

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

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

background-color css

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

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

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

border-color css

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

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

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