Html Css Color HEX #582D8E Kingfisher Daisy

📋 copy color: '#582D8E'

red 88 ◦ green 45 ◦ blue 142

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

Shades of Kingfisher Daisy #582D8E

Tints of Kingfisher Daisy #582D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 142 (55.86% from 255) = 51.64%

R = 32%
G = 16.36%
B = 51.64%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#582D8E (or 0x582D8E) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 8E. RGB value is (88,45,142). Sum of RGB (Red+Green+Blue) = 88+45+142=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #582D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D8E is #A7D271. Grayscale: #444444. Windows color (decimal): -10998386 or 9317720. OLE color: 9317720.

HSL color Cylindrical-coordinate representation of color #582D8E: hue angle of 266.6º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582D8E is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 45 142 -
CMYK 0.38 0.68 0 0.44
HSL 266.6º 0.52% 0.37% -
HSV(B) 266.6º 0.68% 0.56% -
XYZ 9.85 5.9 26.21 -
YUV 68.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 88 45 142 0.38 0.68 0 0.44 266.6 0.52 0.37
Hex 58 2D 8E 26 44 0 2C 10B 34 25
Octal 130 55 216 46 104 0 54 413 64 45
Binary 1011000 101101 10001110 100110 1000100 0 101100 100001011 110100 100101

Color Harmonies of #582D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D8E

Black with #582D8E

Text Example


Text Example

White with #582D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,45,142); }

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

background-color css

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

 a { background-color: rgb(88,45,142); }

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

border-color css

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

 span { border-color: rgb(88,45,142); }

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