Html Css Color HEX #583080 Kingfisher Daisy

📋 copy color: '#583080'

red 88 ◦ green 48 ◦ blue 128

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

Shades of Kingfisher Daisy #583080

Tints of Kingfisher Daisy #583080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 33.33%
G = 18.18%
B = 48.48%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#583080 (or 0x583080) is known color: Kingfisher Daisy. HEX triplet: 58, 30 and 80. RGB value is (88,48,128). Sum of RGB (Red+Green+Blue) = 88+48+128=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #583080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583080 is #A7CF7F. Grayscale: #444444. Windows color (decimal): -10997632 or 8400984. OLE color: 8400984.

HSL color Cylindrical-coordinate representation of color #583080: hue angle of 270º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #583080 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 48 128 -
CMYK 0.31 0.62 0 0.50
HSL 270º 0.45% 0.35% -
HSV(B) 270º 0.63% 0.5% -
XYZ 8.98 5.75 21.06 -
YUV 69.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 88 48 128 0.31 0.62 0 0.50 270 0.45 0.35
Hex 58 30 80 1F 3E 0 32 10E 2D 23
Octal 130 60 200 37 76 0 62 416 55 43
Binary 1011000 110000 10000000 11111 111110 0 110010 100001110 101101 100011

Color Harmonies of #583080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583080

Black with #583080

Text Example


Text Example

White with #583080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583080; }

 p { color: rgb(88,48,128); }

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

background-color css

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

 a { background-color: rgb(88,48,128); }

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

border-color css

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

 span { border-color: rgb(88,48,128); }

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