Html Css Color HEX #562594 Kingfisher Daisy

📋 copy color: '#562594'

red 86 ◦ green 37 ◦ blue 148

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

Shades of Kingfisher Daisy #562594

Tints of Kingfisher Daisy #562594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 31.73%
G = 13.65%
B = 54.61%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#562594 (or 0x562594) is known color: Kingfisher Daisy. HEX triplet: 56, 25 and 94. RGB value is (86,37,148). Sum of RGB (Red+Green+Blue) = 86+37+148=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #562594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562594 is #A9DA6B. Grayscale: #3F3F3F. Windows color (decimal): -11131500 or 9708886. OLE color: 9708886.

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

Color convert

RGB 86 37 148 -
CMYK 0.42 0.75 0 0.42
HSL 266.49º 0.6% 0.36% -
HSV(B) 266.49º 0.75% 0.58% -
XYZ 9.84 5.44 28.55 -
YUV 64.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 86 37 148 0.42 0.75 0 0.42 266.49 0.6 0.36
Hex 56 25 94 2A 4B 0 2A 10A 3C 24
Octal 126 45 224 52 113 0 52 412 74 44
Binary 1010110 100101 10010100 101010 1001011 0 101010 100001010 111100 100100

Color Harmonies of #562594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562594

Black with #562594

Text Example


Text Example

White with #562594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562594; }

 p { color: rgb(86,37,148); }

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

background-color css

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

 a { background-color: rgb(86,37,148); }

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

border-color css

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

 span { border-color: rgb(86,37,148); }

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