Html Css Color HEX #562485 Kingfisher Daisy

📋 copy color: '#562485'

red 86 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #562485

Tints of Kingfisher Daisy #562485

RGB

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

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

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

R = 33.73%
G = 14.12%
B = 52.16%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562485 (or 0x562485) is known color: Kingfisher Daisy. HEX triplet: 56, 24 and 85. RGB value is (86,36,133). Sum of RGB (Red+Green+Blue) = 86+36+133=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #562485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562485 is #A9DB7A. Grayscale: #3D3D3D. Windows color (decimal): -11131771 or 8725590. OLE color: 8725590.

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

Color convert

RGB 86 36 133 -
CMYK 0.35 0.73 0 0.48
HSL 270.93º 0.57% 0.33% -
HSV(B) 270.93º 0.73% 0.52% -
XYZ 8.7 4.93 22.68 -
YUV 62.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 86 36 133 0.35 0.73 0 0.48 270.93 0.57 0.33
Hex 56 24 85 23 49 0 30 10F 39 21
Octal 126 44 205 43 111 0 60 417 71 41
Binary 1010110 100100 10000101 100011 1001001 0 110000 100001111 111001 100001

Color Harmonies of #562485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562485

Black with #562485

Text Example


Text Example

White with #562485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562485; }

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

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

background-color css

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

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

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

border-color css

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

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

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