Html Css Color HEX #562693 Kingfisher Daisy

📋 copy color: '#562693'

red 86 ◦ green 38 ◦ blue 147

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

Shades of Kingfisher Daisy #562693

Tints of Kingfisher Daisy #562693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 31.73%
G = 14.02%
B = 54.24%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#562693 (or 0x562693) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 93. RGB value is (86,38,147). Sum of RGB (Red+Green+Blue) = 86+38+147=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #562693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562693 is #A9D96C. Grayscale: #404040. Windows color (decimal): -11131245 or 9643606. OLE color: 9643606.

HSL color Cylindrical-coordinate representation of color #562693: hue angle of 266.42º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562693 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 38 147 -
CMYK 0.41 0.74 0 0.42
HSL 266.42º 0.59% 0.36% -
HSV(B) 266.42º 0.74% 0.58% -
XYZ 9.8 5.47 28.14 -
YUV 64.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 86 38 147 0.41 0.74 0 0.42 266.42 0.59 0.36
Hex 56 26 93 29 4A 0 2A 10A 3B 24
Octal 126 46 223 51 112 0 52 412 73 44
Binary 1010110 100110 10010011 101001 1001010 0 101010 100001010 111011 100100

Color Harmonies of #562693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562693

Black with #562693

Text Example


Text Example

White with #562693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562693; }

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

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

background-color css

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

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

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

border-color css

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

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

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