Html Css Color HEX #562390 Kingfisher Daisy

📋 copy color: '#562390'

red 86 ◦ green 35 ◦ blue 144

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

Shades of Kingfisher Daisy #562390

Tints of Kingfisher Daisy #562390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 32.45%
G = 13.21%
B = 54.34%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#562390 (or 0x562390) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 90. RGB value is (86,35,144). Sum of RGB (Red+Green+Blue) = 86+35+144=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #562390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562390 is #A9DC6F. Grayscale: #3E3E3E. Windows color (decimal): -11132016 or 9446230. OLE color: 9446230.

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

Color convert

RGB 86 35 144 -
CMYK 0.40 0.76 0 0.44
HSL 268.07º 0.61% 0.35% -
HSV(B) 268.07º 0.76% 0.56% -
XYZ 9.47 5.19 26.89 -
YUV 62.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 86 35 144 0.40 0.76 0 0.44 268.07 0.61 0.35
Hex 56 23 90 28 4C 0 2C 10C 3D 23
Octal 126 43 220 50 114 0 54 414 75 43
Binary 1010110 100011 10010000 101000 1001100 0 101100 100001100 111101 100011

Color Harmonies of #562390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562390

Black with #562390

Text Example


Text Example

White with #562390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562390; }

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

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

background-color css

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

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

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

border-color css

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

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

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