Html Css Color HEX #563074 Kingfisher Daisy

📋 copy color: '#563074'

red 86 ◦ green 48 ◦ blue 116

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

Shades of Kingfisher Daisy #563074

Tints of Kingfisher Daisy #563074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 34.4%
G = 19.2%
B = 46.4%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563074 (or 0x563074) is known color: Kingfisher Daisy. HEX triplet: 56, 30 and 74. RGB value is (86,48,116). Sum of RGB (Red+Green+Blue) = 86+48+116=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #563074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563074 is #A9CF8B. Grayscale: #424242. Windows color (decimal): -11128716 or 7614550. OLE color: 7614550.

HSL color Cylindrical-coordinate representation of color #563074: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563074 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 48 116 -
CMYK 0.26 0.59 0 0.55
HSL 273.53º 0.41% 0.32% -
HSV(B) 273.53º 0.59% 0.45% -
XYZ 8.05 5.35 17.13 -
YUV 67.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 86 48 116 0.26 0.59 0 0.55 273.53 0.41 0.32
Hex 56 30 74 1A 3B 0 37 112 29 20
Octal 126 60 164 32 73 0 67 422 51 40
Binary 1010110 110000 1110100 11010 111011 0 110111 100010010 101001 100000

Color Harmonies of #563074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563074

Black with #563074

Text Example


Text Example

White with #563074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563074; }

 p { color: rgb(86,48,116); }

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

background-color css

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

 a { background-color: rgb(86,48,116); }

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

border-color css

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

 span { border-color: rgb(86,48,116); }

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