Html Css Color HEX #562493 Kingfisher Daisy

📋 copy color: '#562493'

red 86 ◦ green 36 ◦ blue 147

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

Shades of Kingfisher Daisy #562493

Tints of Kingfisher Daisy #562493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 31.97%
G = 13.38%
B = 54.65%

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

#562493 (or 0x562493) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 93. RGB value is (86,36,147). Sum of RGB (Red+Green+Blue) = 86+36+147=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #562493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562493 is #A9DB6C. Grayscale: #3F3F3F. Windows color (decimal): -11131757 or 9643094. OLE color: 9643094.

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

Color convert

RGB 86 36 147 -
CMYK 0.41 0.76 0 0.42
HSL 267.03º 0.61% 0.36% -
HSV(B) 267.03º 0.76% 0.58% -
XYZ 9.74 5.35 28.12 -
YUV 63.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 86 36 147 0.41 0.76 0 0.42 267.03 0.61 0.36
Hex 56 24 93 29 4C 0 2A 10B 3D 24
Octal 126 44 223 51 114 0 52 413 75 44
Binary 1010110 100100 10010011 101001 1001100 0 101010 100001011 111101 100100

Color Harmonies of #562493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562493

Black with #562493

Text Example


Text Example

White with #562493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562493; }

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

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

background-color css

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

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

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

border-color css

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

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

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