Html Css Color HEX #582778 Kingfisher Daisy

📋 copy color: '#582778'

red 88 ◦ green 39 ◦ blue 120

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

Shades of Kingfisher Daisy #582778

Tints of Kingfisher Daisy #582778

RGB

 RED value IS 88 (34.77% from 255) = 35.63%

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 120 (47.27% from 255) = 48.58%

R = 35.63%
G = 15.79%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#582778 (or 0x582778) is known color: Kingfisher Daisy. HEX triplet: 58, 27 and 78. RGB value is (88,39,120). Sum of RGB (Red+Green+Blue) = 88+39+120=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #582778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582778 is #A7D887. Grayscale: #3E3E3E. Windows color (decimal): -10999944 or 7874392. OLE color: 7874392.

HSL color Cylindrical-coordinate representation of color #582778: hue angle of 276.3º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582778 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 39 120 -
CMYK 0.27 0.67 0 0.53
HSL 276.3º 0.51% 0.31% -
HSV(B) 276.3º 0.68% 0.47% -
XYZ 8.14 4.88 18.28 -
YUV 62.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 88 39 120 0.27 0.67 0 0.53 276.3 0.51 0.31
Hex 58 27 78 1B 43 0 35 114 33 1F
Octal 130 47 170 33 103 0 65 424 63 37
Binary 1011000 100111 1111000 11011 1000011 0 110101 100010100 110011 11111

Color Harmonies of #582778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582778

Black with #582778

Text Example


Text Example

White with #582778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582778; }

 p { color: rgb(88,39,120); }

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

background-color css

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

 a { background-color: rgb(88,39,120); }

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

border-color css

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

 span { border-color: rgb(88,39,120); }

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