Html Css Color HEX #572692 Kingfisher Daisy

📋 copy color: '#572692'

red 87 ◦ green 38 ◦ blue 146

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

Shades of Kingfisher Daisy #572692

Tints of Kingfisher Daisy #572692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 32.1%
G = 14.02%
B = 53.87%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#572692 (or 0x572692) is known color: Kingfisher Daisy. HEX triplet: 57, 26 and 92. RGB value is (87,38,146). Sum of RGB (Red+Green+Blue) = 87+38+146=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #572692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572692 is #A8D96D. Grayscale: #404040. Windows color (decimal): -11065710 or 9578071. OLE color: 9578071.

HSL color Cylindrical-coordinate representation of color #572692: hue angle of 267.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572692 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 38 146 -
CMYK 0.40 0.74 0 0.43
HSL 267.22º 0.59% 0.36% -
HSV(B) 267.22º 0.74% 0.57% -
XYZ 9.81 5.49 27.74 -
YUV 64.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 87 38 146 0.40 0.74 0 0.43 267.22 0.59 0.36
Hex 57 26 92 28 4A 0 2B 10B 3B 24
Octal 127 46 222 50 112 0 53 413 73 44
Binary 1010111 100110 10010010 101000 1001010 0 101011 100001011 111011 100100

Color Harmonies of #572692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572692

Black with #572692

Text Example


Text Example

White with #572692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572692; }

 p { color: rgb(87,38,146); }

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

background-color css

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

 a { background-color: rgb(87,38,146); }

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

border-color css

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

 span { border-color: rgb(87,38,146); }

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