#562F84

Color #562F84 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #562F84

Tints of Kingfisher Daisy #562F84

Color information

#562F84 (or 0x562F84) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2F and 84. RGB value is (86,47,132). Sum of RGB (Red+Green+Blue) = 86+47+132=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #562F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F84 is #A9D07B. Grayscale: #444444. Windows color (decimal): -11128956 or 8662870. OLE color: 8662870.

HSL color Cylindrical-coordinate representation of color #562F84: hue angle of 267.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #562F84 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8647132-
CMYK0.350.6400.48
HSL267.53º47.49%35.1%-
HSV(B)267.53º64.39%51.76%-
XYZ9.025.6822.45-
YUV68.35163.92140.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=32.45%
G=17.74%
B=49.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86471320.350.6400.48267.5347.4935.1
Hex562F84234003010c2f23
Octal12657204431000604145743
Binary10101101011111000010010001110000000110000100001100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F84; }

 p { color: rgb(86,47,132); }

 H1.HeaderClassName
 {
   color: #562F84;
 }
 .AnyTagClassName
 {
   color: #562F84;
 }
</style>
background-color css

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

 a { background-color: rgb(86,47,132); }

 div.DivClassName
 {
   background-color: #562F84;
 }
 .BgClassName
 {
   background-color: #562F84;
 }
</style>
border-color css

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

 span { border-color: rgb(86,47,132); }

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