Html Css Color HEX #572394 Kingfisher Daisy

📋 copy color: '#572394'

red 87 ◦ green 35 ◦ blue 148

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

Shades of Kingfisher Daisy #572394

Tints of Kingfisher Daisy #572394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 32.22%
G = 12.96%
B = 54.81%

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

#572394 (or 0x572394) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 94. RGB value is (87,35,148). Sum of RGB (Red+Green+Blue) = 87+35+148=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #572394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572394 is #A8DC6B. Grayscale: #3F3F3F. Windows color (decimal): -11066476 or 9708375. OLE color: 9708375.

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

Color convert

RGB 87 35 148 -
CMYK 0.41 0.76 0 0.42
HSL 267.61º 0.62% 0.36% -
HSV(B) 267.61º 0.76% 0.58% -
XYZ 9.88 5.37 28.53 -
YUV 63.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 87 35 148 0.41 0.76 0 0.42 267.61 0.62 0.36
Hex 57 23 94 29 4C 0 2A 10C 3E 24
Octal 127 43 224 51 114 0 52 414 76 44
Binary 1010111 100011 10010100 101001 1001100 0 101010 100001100 111110 100100

Color Harmonies of #572394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572394

Black with #572394

Text Example


Text Example

White with #572394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572394; }

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

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

background-color css

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

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

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

border-color css

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

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

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