Html Css Color HEX #562392 Kingfisher Daisy

📋 copy color: '#562392'

red 86 ◦ green 35 ◦ blue 146

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

Shades of Kingfisher Daisy #562392

Tints of Kingfisher Daisy #562392

RGB

 RED value IS 86 (33.98% from 255) = 32.21%

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

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

R = 32.21%
G = 13.11%
B = 54.68%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#562392 (or 0x562392) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 92. RGB value is (86,35,146). Sum of RGB (Red+Green+Blue) = 86+35+146=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #562392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562392 is #A9DC6D. Grayscale: #3E3E3E. Windows color (decimal): -11132014 or 9577302. OLE color: 9577302.

HSL color Cylindrical-coordinate representation of color #562392: hue angle of 267.57º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562392 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 35 146 -
CMYK 0.41 0.76 0 0.43
HSL 267.57º 0.61% 0.35% -
HSV(B) 267.57º 0.76% 0.57% -
XYZ 9.63 5.26 27.7 -
YUV 62.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 86 35 146 0.41 0.76 0 0.43 267.57 0.61 0.35
Hex 56 23 92 29 4C 0 2B 10C 3D 23
Octal 126 43 222 51 114 0 53 414 75 43
Binary 1010110 100011 10010010 101001 1001100 0 101011 100001100 111101 100011

Color Harmonies of #562392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562392

Black with #562392

Text Example


Text Example

White with #562392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562392; }

 p { color: rgb(86,35,146); }

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

background-color css

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

 a { background-color: rgb(86,35,146); }

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

border-color css

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

 span { border-color: rgb(86,35,146); }

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