Html Css Color HEX #562293 Kingfisher Daisy

📋 copy color: '#562293'

red 86 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #562293

Tints of Kingfisher Daisy #562293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

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

R = 32.21%
G = 12.73%
B = 55.06%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#562293 (or 0x562293) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 93. RGB value is (86,34,147). Sum of RGB (Red+Green+Blue) = 86+34+147=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #562293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562293 is #A9DD6C. Grayscale: #3E3E3E. Windows color (decimal): -11132269 or 9642582. OLE color: 9642582.

HSL color Cylindrical-coordinate representation of color #562293: hue angle of 267.61º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562293 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 34 147 -
CMYK 0.41 0.77 0 0.42
HSL 267.61º 0.62% 0.35% -
HSV(B) 267.61º 0.77% 0.58% -
XYZ 9.68 5.23 28.1 -
YUV 62.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 86 34 147 0.41 0.77 0 0.42 267.61 0.62 0.35
Hex 56 22 93 29 4D 0 2A 10C 3E 23
Octal 126 42 223 51 115 0 52 414 76 43
Binary 1010110 100010 10010011 101001 1001101 0 101010 100001100 111110 100011

Color Harmonies of #562293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562293

Black with #562293

Text Example


Text Example

White with #562293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562293; }

 p { color: rgb(86,34,147); }

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

background-color css

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

 a { background-color: rgb(86,34,147); }

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

border-color css

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

 span { border-color: rgb(86,34,147); }

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