Html Css Color HEX #582090 Kingfisher Daisy

📋 copy color: '#582090'

red 88 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #582090

Tints of Kingfisher Daisy #582090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 33.33%
G = 12.12%
B = 54.55%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#582090 (or 0x582090) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 90. RGB value is (88,32,144). Sum of RGB (Red+Green+Blue) = 88+32+144=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #582090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582090 is #A7DF6F. Grayscale: #3D3D3D. Windows color (decimal): -11001712 or 9445464. OLE color: 9445464.

HSL color Cylindrical-coordinate representation of color #582090: hue angle of 270º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582090 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 32 144 -
CMYK 0.39 0.78 0 0.44
HSL 270º 0.64% 0.35% -
HSV(B) 270º 0.78% 0.56% -
XYZ 9.58 5.12 26.87 -
YUV 61.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 88 32 144 0.39 0.78 0 0.44 270 0.64 0.35
Hex 58 20 90 27 4E 0 2C 10E 40 23
Octal 130 40 220 47 116 0 54 416 100 43
Binary 1011000 100000 10010000 100111 1001110 0 101100 100001110 1000000 100011

Color Harmonies of #582090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582090

Black with #582090

Text Example


Text Example

White with #582090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582090; }

 p { color: rgb(88,32,144); }

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

background-color css

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

 a { background-color: rgb(88,32,144); }

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

border-color css

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

 span { border-color: rgb(88,32,144); }

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