Html Css Color HEX #572D75 Kingfisher Daisy

📋 copy color: '#572D75'

red 87 ◦ green 45 ◦ blue 117

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

Shades of Kingfisher Daisy #572D75

Tints of Kingfisher Daisy #572D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 34.94%
G = 18.07%
B = 46.99%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#572D75 (or 0x572D75) is known color: Kingfisher Daisy. HEX triplet: 57, 2D and 75. RGB value is (87,45,117). Sum of RGB (Red+Green+Blue) = 87+45+117=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #572D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D75 is #A8D28A. Grayscale: #414141. Windows color (decimal): -11063947 or 7679319. OLE color: 7679319.

HSL color Cylindrical-coordinate representation of color #572D75: hue angle of 275º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572D75 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 45 117 -
CMYK 0.26 0.62 0 0.54
HSL 275º 0.44% 0.32% -
HSV(B) 275º 0.62% 0.46% -
XYZ 8.08 5.19 17.41 -
YUV 65.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 87 45 117 0.26 0.62 0 0.54 275 0.44 0.32
Hex 57 2D 75 1A 3E 0 36 113 2C 20
Octal 127 55 165 32 76 0 66 423 54 40
Binary 1010111 101101 1110101 11010 111110 0 110110 100010011 101100 100000

Color Harmonies of #572D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D75

Black with #572D75

Text Example


Text Example

White with #572D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572D75; }

 p { color: rgb(87,45,117); }

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

background-color css

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

 a { background-color: rgb(87,45,117); }

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

border-color css

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

 span { border-color: rgb(87,45,117); }

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