Html Css Color HEX #58367A Kingfisher Daisy

📋 copy color: '#58367A'

red 88 ◦ green 54 ◦ blue 122

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

Shades of Kingfisher Daisy #58367A

Tints of Kingfisher Daisy #58367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

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

R = 33.33%
G = 20.45%
B = 46.21%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58367A (or 0x58367A) is known color: Kingfisher Daisy. HEX triplet: 58, 36 and 7A. RGB value is (88,54,122). Sum of RGB (Red+Green+Blue) = 88+54+122=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #58367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58367A is #A7C985. Grayscale: #474747. Windows color (decimal): -10996102 or 8009304. OLE color: 8009304.

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

Color convert

RGB 88 54 122 -
CMYK 0.28 0.56 0 0.52
HSL 270º 0.39% 0.35% -
HSV(B) 270º 0.56% 0.48% -
XYZ 8.86 6.12 19.13 -
YUV 71.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 88 54 122 0.28 0.56 0 0.52 270 0.39 0.35
Hex 58 36 7A 1C 38 0 34 10E 27 23
Octal 130 66 172 34 70 0 64 416 47 43
Binary 1011000 110110 1111010 11100 111000 0 110100 100001110 100111 100011

Color Harmonies of #58367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58367A

Black with #58367A

Text Example


Text Example

White with #58367A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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