Html Css Color HEX #562985 Kingfisher Daisy

📋 copy color: '#562985'

red 86 ◦ green 41 ◦ blue 133

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

Shades of Kingfisher Daisy #562985

Tints of Kingfisher Daisy #562985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 33.08%
G = 15.77%
B = 51.15%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562985 (or 0x562985) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 85. RGB value is (86,41,133). Sum of RGB (Red+Green+Blue) = 86+41+133=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #562985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562985 is #A9D67A. Grayscale: #404040. Windows color (decimal): -11130491 or 8726870. OLE color: 8726870.

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

Color convert

RGB 86 41 133 -
CMYK 0.35 0.69 0 0.48
HSL 269.35º 0.53% 0.34% -
HSV(B) 269.35º 0.69% 0.52% -
XYZ 8.86 5.26 22.74 -
YUV 64.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 86 41 133 0.35 0.69 0 0.48 269.35 0.53 0.34
Hex 56 29 85 23 45 0 30 10D 35 22
Octal 126 51 205 43 105 0 60 415 65 42
Binary 1010110 101001 10000101 100011 1000101 0 110000 100001101 110101 100010

Color Harmonies of #562985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562985

Black with #562985

Text Example


Text Example

White with #562985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562985; }

 p { color: rgb(86,41,133); }

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

background-color css

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

 a { background-color: rgb(86,41,133); }

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

border-color css

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

 span { border-color: rgb(86,41,133); }

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