Html Css Color HEX #562C85 Kingfisher Daisy

📋 copy color: '#562C85'

red 86 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #562C85

Tints of Kingfisher Daisy #562C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.73%

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

R = 32.7%
G = 16.73%
B = 50.57%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562C85 (or 0x562C85) is known color: Kingfisher Daisy. HEX triplet: 56, 2C and 85. RGB value is (86,44,133). Sum of RGB (Red+Green+Blue) = 86+44+133=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #562C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C85 is #A9D37A. Grayscale: #424242. Windows color (decimal): -11129723 or 8727638. OLE color: 8727638.

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

Color convert

RGB 86 44 133 -
CMYK 0.35 0.67 0 0.48
HSL 268.31º 0.5% 0.35% -
HSV(B) 268.31º 0.67% 0.52% -
XYZ 8.97 5.47 22.77 -
YUV 66.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 86 44 133 0.35 0.67 0 0.48 268.31 0.5 0.35
Hex 56 2C 85 23 43 0 30 10C 32 23
Octal 126 54 205 43 103 0 60 414 62 43
Binary 1010110 101100 10000101 100011 1000011 0 110000 100001100 110010 100011

Color Harmonies of #562C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562C85

Black with #562C85

Text Example


Text Example

White with #562C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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