Html Css Color HEX #562198 Kingfisher Daisy

📋 copy color: '#562198'

red 86 ◦ green 33 ◦ blue 152

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

Shades of Kingfisher Daisy #562198

Tints of Kingfisher Daisy #562198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 31.73%
G = 12.18%
B = 56.09%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#562198 (or 0x562198) is known color: Kingfisher Daisy. HEX triplet: 56, 21 and 98. RGB value is (86,33,152). Sum of RGB (Red+Green+Blue) = 86+33+152=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #562198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562198 is #A9DE67. Grayscale: #3D3D3D. Windows color (decimal): -11132520 or 9970006. OLE color: 9970006.

HSL color Cylindrical-coordinate representation of color #562198: hue angle of 266.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562198 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 33 152 -
CMYK 0.43 0.78 0 0.40
HSL 266.72º 0.64% 0.36% -
HSV(B) 266.72º 0.78% 0.6% -
XYZ 10.05 5.33 30.21 -
YUV 62.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 86 33 152 0.43 0.78 0 0.40 266.72 0.64 0.36
Hex 56 21 98 2B 4E 0 28 10B 40 24
Octal 126 41 230 53 116 0 50 413 100 44
Binary 1010110 100001 10011000 101011 1001110 0 101000 100001011 1000000 100100

Color Harmonies of #562198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562198

Black with #562198

Text Example


Text Example

White with #562198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562198; }

 p { color: rgb(86,33,152); }

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

background-color css

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

 a { background-color: rgb(86,33,152); }

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

border-color css

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

 span { border-color: rgb(86,33,152); }

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