Html Css Color HEX #582690 Kingfisher Daisy

📋 copy color: '#582690'

red 88 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #582690

Tints of Kingfisher Daisy #582690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 32.59%
G = 14.07%
B = 53.33%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#582690 (or 0x582690) is known color: Kingfisher Daisy. HEX triplet: 58, 26 and 90. RGB value is (88,38,144). Sum of RGB (Red+Green+Blue) = 88+38+144=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #582690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582690 is #A7D96F. Grayscale: #404040. Windows color (decimal): -11000176 or 9447000. OLE color: 9447000.

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

Color convert

RGB 88 38 144 -
CMYK 0.39 0.74 0 0.44
HSL 268.3º 0.58% 0.36% -
HSV(B) 268.3º 0.74% 0.56% -
XYZ 9.75 5.47 26.93 -
YUV 65.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 88 38 144 0.39 0.74 0 0.44 268.3 0.58 0.36
Hex 58 26 90 27 4A 0 2C 10C 3A 24
Octal 130 46 220 47 112 0 54 414 72 44
Binary 1011000 100110 10010000 100111 1001010 0 101100 100001100 111010 100100

Color Harmonies of #582690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582690

Black with #582690

Text Example


Text Example

White with #582690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582690; }

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

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

background-color css

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

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

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

border-color css

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

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

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