Html Css Color HEX #58427C Kingfisher Daisy

📋 copy color: '#58427C'

red 88 ◦ green 66 ◦ blue 124

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

Shades of Kingfisher Daisy #58427C

Tints of Kingfisher Daisy #58427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 31.65%
G = 23.74%
B = 44.6%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58427C (or 0x58427C) is known color: Kingfisher Daisy. HEX triplet: 58, 42 and 7C. RGB value is (88,66,124). Sum of RGB (Red+Green+Blue) = 88+66+124=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #58427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58427C is #A7BD83. Grayscale: #4E4E4E. Windows color (decimal): -10993028 or 8143448. OLE color: 8143448.

HSL color Cylindrical-coordinate representation of color #58427C: hue angle of 262.76º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58427C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 66 124 -
CMYK 0.29 0.47 0 0.51
HSL 262.76º 0.31% 0.37% -
HSV(B) 262.76º 0.47% 0.49% -
XYZ 9.61 7.43 20 -
YUV 79.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 88 66 124 0.29 0.47 0 0.51 262.76 0.31 0.37
Hex 58 42 7C 1D 2F 0 33 107 1F 25
Octal 130 102 174 35 57 0 63 407 37 45
Binary 1011000 1000010 1111100 11101 101111 0 110011 100000111 11111 100101

Color Harmonies of #58427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58427C

Black with #58427C

Text Example


Text Example

White with #58427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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