Html Css Color HEX #58427A Kingfisher Daisy

📋 copy color: '#58427A'

red 88 ◦ green 66 ◦ blue 122

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

Shades of Kingfisher Daisy #58427A

Tints of Kingfisher Daisy #58427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 31.88%
G = 23.91%
B = 44.2%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58427A (or 0x58427A) is known color: Kingfisher Daisy. HEX triplet: 58, 42 and 7A. RGB value is (88,66,122). Sum of RGB (Red+Green+Blue) = 88+66+122=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #58427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58427A is #A7BD85. Grayscale: #4E4E4E. Windows color (decimal): -10993030 or 8012376. OLE color: 8012376.

HSL color Cylindrical-coordinate representation of color #58427A: hue angle of 263.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58427A is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 66 122 -
CMYK 0.28 0.46 0 0.52
HSL 263.57º 0.3% 0.37% -
HSV(B) 263.57º 0.46% 0.48% -
XYZ 9.49 7.38 19.34 -
YUV 78.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 88 66 122 0.28 0.46 0 0.52 263.57 0.3 0.37
Hex 58 42 7A 1C 2E 0 34 108 1E 25
Octal 130 102 172 34 56 0 64 410 36 45
Binary 1011000 1000010 1111010 11100 101110 0 110100 100001000 11110 100101

Color Harmonies of #58427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58427A

Black with #58427A

Text Example


Text Example

White with #58427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58427A; }

 p { color: rgb(88,66,122); }

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

background-color css

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

 a { background-color: rgb(88,66,122); }

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

border-color css

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

 span { border-color: rgb(88,66,122); }

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