Html Css Color HEX #562F85 Kingfisher Daisy

📋 copy color: '#562F85'

red 86 ◦ green 47 ◦ blue 133

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

Shades of Kingfisher Daisy #562F85

Tints of Kingfisher Daisy #562F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

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

R = 32.33%
G = 17.67%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#562F85 (or 0x562F85) is known color: Kingfisher Daisy. HEX triplet: 56, 2F and 85. RGB value is (86,47,133). Sum of RGB (Red+Green+Blue) = 86+47+133=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #562F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F85 is #A9D07A. Grayscale: #444444. Windows color (decimal): -11128955 or 8728406. OLE color: 8728406.

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

Color convert

RGB 86 47 133 -
CMYK 0.35 0.65 0 0.48
HSL 267.21º 0.48% 0.35% -
HSV(B) 267.21º 0.65% 0.52% -
XYZ 9.09 5.7 22.81 -
YUV 68.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 86 47 133 0.35 0.65 0 0.48 267.21 0.48 0.35
Hex 56 2F 85 23 41 0 30 10B 30 23
Octal 126 57 205 43 101 0 60 413 60 43
Binary 1010110 101111 10000101 100011 1000001 0 110000 100001011 110000 100011

Color Harmonies of #562F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562F85

Black with #562F85

Text Example


Text Example

White with #562F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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