Html Css Color HEX #572493 Kingfisher Daisy

📋 copy color: '#572493'

red 87 ◦ green 36 ◦ blue 147

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

Shades of Kingfisher Daisy #572493

Tints of Kingfisher Daisy #572493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 32.22%
G = 13.33%
B = 54.44%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#572493 (or 0x572493) is known color: Kingfisher Daisy. HEX triplet: 57, 24 and 93. RGB value is (87,36,147). Sum of RGB (Red+Green+Blue) = 87+36+147=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #572493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572493 is #A8DB6C. Grayscale: #3F3F3F. Windows color (decimal): -11066221 or 9643095. OLE color: 9643095.

HSL color Cylindrical-coordinate representation of color #572493: hue angle of 267.57º 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 #572493 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 36 147 -
CMYK 0.41 0.76 0 0.42
HSL 267.57º 0.61% 0.36% -
HSV(B) 267.57º 0.76% 0.58% -
XYZ 9.83 5.39 28.13 -
YUV 63.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 87 36 147 0.41 0.76 0 0.42 267.57 0.61 0.36
Hex 57 24 93 29 4C 0 2A 10C 3D 24
Octal 127 44 223 51 114 0 52 414 75 44
Binary 1010111 100100 10010011 101001 1001100 0 101010 100001100 111101 100100

Color Harmonies of #572493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572493

Black with #572493

Text Example


Text Example

White with #572493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572493; }

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

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

background-color css

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

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

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

border-color css

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

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

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