Html Css Color HEX #562385 Kingfisher Daisy

📋 copy color: '#562385'

red 86 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #562385

Tints of Kingfisher Daisy #562385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 33.86%
G = 13.78%
B = 52.36%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562385 (or 0x562385) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 85. RGB value is (86,35,133). Sum of RGB (Red+Green+Blue) = 86+35+133=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #562385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562385 is #A9DC7A. Grayscale: #3D3D3D. Windows color (decimal): -11132027 or 8725334. OLE color: 8725334.

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

Color convert

RGB 86 35 133 -
CMYK 0.35 0.74 0 0.48
HSL 271.22º 0.58% 0.33% -
HSV(B) 271.22º 0.74% 0.52% -
XYZ 8.67 4.87 22.67 -
YUV 61.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 86 35 133 0.35 0.74 0 0.48 271.22 0.58 0.33
Hex 56 23 85 23 4A 0 30 10F 3A 21
Octal 126 43 205 43 112 0 60 417 72 41
Binary 1010110 100011 10000101 100011 1001010 0 110000 100001111 111010 100001

Color Harmonies of #562385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562385

Black with #562385

Text Example


Text Example

White with #562385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562385; }

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

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

background-color css

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

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

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

border-color css

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

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

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