Html Css Color HEX #562685 Kingfisher Daisy

📋 copy color: '#562685'

red 86 ◦ green 38 ◦ blue 133

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

Shades of Kingfisher Daisy #562685

Tints of Kingfisher Daisy #562685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

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

R = 33.46%
G = 14.79%
B = 51.75%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562685 (or 0x562685) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 85. RGB value is (86,38,133). Sum of RGB (Red+Green+Blue) = 86+38+133=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #562685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562685 is #A9D97A. Grayscale: #3E3E3E. Windows color (decimal): -11131259 or 8726102. OLE color: 8726102.

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

Color convert

RGB 86 38 133 -
CMYK 0.35 0.71 0 0.48
HSL 270.32º 0.56% 0.34% -
HSV(B) 270.32º 0.71% 0.52% -
XYZ 8.76 5.06 22.7 -
YUV 63.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 86 38 133 0.35 0.71 0 0.48 270.32 0.56 0.34
Hex 56 26 85 23 47 0 30 10E 38 22
Octal 126 46 205 43 107 0 60 416 70 42
Binary 1010110 100110 10000101 100011 1000111 0 110000 100001110 111000 100010

Color Harmonies of #562685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562685

Black with #562685

Text Example


Text Example

White with #562685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562685; }

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

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

background-color css

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

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

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

border-color css

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

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

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