Html Css Color HEX #572D8B Kingfisher Daisy

📋 copy color: '#572D8B'

red 87 ◦ green 45 ◦ blue 139

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

Shades of Kingfisher Daisy #572D8B

Tints of Kingfisher Daisy #572D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 32.1%
G = 16.61%
B = 51.29%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#572D8B (or 0x572D8B) is known color: Kingfisher Daisy. HEX triplet: 57, 2D and 8B. RGB value is (87,45,139). Sum of RGB (Red+Green+Blue) = 87+45+139=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #572D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572D8B is #A8D274. Grayscale: #434343. Windows color (decimal): -11063925 or 9121111. OLE color: 9121111.

HSL color Cylindrical-coordinate representation of color #572D8B: hue angle of 266.81º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572D8B is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 45 139 -
CMYK 0.37 0.68 0 0.45
HSL 266.81º 0.51% 0.36% -
HSV(B) 266.81º 0.68% 0.55% -
XYZ 9.53 5.77 25.04 -
YUV 68.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 87 45 139 0.37 0.68 0 0.45 266.81 0.51 0.36
Hex 57 2D 8B 25 44 0 2D 10B 33 24
Octal 127 55 213 45 104 0 55 413 63 44
Binary 1010111 101101 10001011 100101 1000100 0 101101 100001011 110011 100100

Color Harmonies of #572D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D8B

Black with #572D8B

Text Example


Text Example

White with #572D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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