Html Css Color HEX #582B76 Kingfisher Daisy

📋 copy color: '#582B76'

red 88 ◦ green 43 ◦ blue 118

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

Shades of Kingfisher Daisy #582B76

Tints of Kingfisher Daisy #582B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 35.34%
G = 17.27%
B = 47.39%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582B76 (or 0x582B76) is known color: Kingfisher Daisy. HEX triplet: 58, 2B and 76. RGB value is (88,43,118). Sum of RGB (Red+Green+Blue) = 88+43+118=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #582B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B76 is #A7D489. Grayscale: #404040. Windows color (decimal): -10998922 or 7744344. OLE color: 7744344.

HSL color Cylindrical-coordinate representation of color #582B76: hue angle of 276º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582B76 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 43 118 -
CMYK 0.25 0.64 0 0.54
HSL 276º 0.47% 0.32% -
HSV(B) 276º 0.64% 0.46% -
XYZ 8.16 5.11 17.7 -
YUV 65.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 88 43 118 0.25 0.64 0 0.54 276 0.47 0.32
Hex 58 2B 76 19 40 0 36 114 2F 20
Octal 130 53 166 31 100 0 66 424 57 40
Binary 1011000 101011 1110110 11001 1000000 0 110110 100010100 101111 100000

Color Harmonies of #582B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582B76

Black with #582B76

Text Example


Text Example

White with #582B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582B76; }

 p { color: rgb(88,43,118); }

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

background-color css

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

 a { background-color: rgb(88,43,118); }

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

border-color css

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

 span { border-color: rgb(88,43,118); }

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