Html Css Color HEX #562D8F Kingfisher Daisy

📋 copy color: '#562D8F'

red 86 ◦ green 45 ◦ blue 143

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

Shades of Kingfisher Daisy #562D8F

Tints of Kingfisher Daisy #562D8F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 31.39%
G = 16.42%
B = 52.19%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#562D8F (or 0x562D8F) is known color: Kingfisher Daisy. HEX triplet: 56, 2D and 8F. RGB value is (86,45,143). Sum of RGB (Red+Green+Blue) = 86+45+143=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #562D8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562D8F is #A9D270. Grayscale: #444444. Windows color (decimal): -11129457 or 9383254. OLE color: 9383254.

HSL color Cylindrical-coordinate representation of color #562D8F: hue angle of 265.1º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562D8F is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 45 143 -
CMYK 0.40 0.69 0 0.44
HSL 265.1º 0.52% 0.37% -
HSV(B) 265.1º 0.69% 0.56% -
XYZ 9.73 5.84 26.6 -
YUV 68.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 86 45 143 0.40 0.69 0 0.44 265.1 0.52 0.37
Hex 56 2D 8F 28 45 0 2C 109 34 25
Octal 126 55 217 50 105 0 54 411 64 45
Binary 1010110 101101 10001111 101000 1000101 0 101100 100001001 110100 100101

Color Harmonies of #562D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562D8F

Black with #562D8F

Text Example


Text Example

White with #562D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,45,143); }

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

background-color css

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

 a { background-color: rgb(86,45,143); }

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

border-color css

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

 span { border-color: rgb(86,45,143); }

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