Html Css Color HEX #572495 Kingfisher Daisy

📋 copy color: '#572495'

red 87 ◦ green 36 ◦ blue 149

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

Shades of Kingfisher Daisy #572495

Tints of Kingfisher Daisy #572495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 31.99%
G = 13.24%
B = 54.78%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#572495 (or 0x572495) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 95. RGB value is (87,36,149). Sum of RGB (Red+Green+Blue) = 87+36+149=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #572495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572495 is #A8DB6A. Grayscale: #3F3F3F. Windows color (decimal): -11066219 or 9774167. OLE color: 9774167.

HSL color Cylindrical-coordinate representation of color #572495: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572495 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 36 149 -
CMYK 0.42 0.76 0 0.42
HSL 267.08º 0.61% 0.36% -
HSV(B) 267.08º 0.76% 0.58% -
XYZ 9.99 5.46 28.96 -
YUV 64.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 87 36 149 0.42 0.76 0 0.42 267.08 0.61 0.36
Hex 57 24 95 2A 4C 0 2A 10B 3D 24
Octal 127 44 225 52 114 0 52 413 75 44
Binary 1010111 100100 10010101 101010 1001100 0 101010 100001011 111101 100100

Color Harmonies of #572495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572495

Black with #572495

Text Example


Text Example

White with #572495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572495; }

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

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

background-color css

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

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

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

border-color css

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

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

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