Html Css Color HEX #58407D Kingfisher Daisy

📋 copy color: '#58407D'

red 88 ◦ green 64 ◦ blue 125

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

Shades of Kingfisher Daisy #58407D

Tints of Kingfisher Daisy #58407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 31.77%
G = 23.1%
B = 45.13%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58407D (or 0x58407D) is known color: Kingfisher Daisy. HEX triplet: 58, 40 and 7D. RGB value is (88,64,125). Sum of RGB (Red+Green+Blue) = 88+64+125=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #58407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58407D is #A7BF82. Grayscale: #4D4D4D. Windows color (decimal): -10993539 or 8208472. OLE color: 8208472.

HSL color Cylindrical-coordinate representation of color #58407D: hue angle of 263.61º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58407D is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 64 125 -
CMYK 0.30 0.49 0 0.51
HSL 263.61º 0.32% 0.37% -
HSV(B) 263.61º 0.49% 0.49% -
XYZ 9.56 7.22 20.29 -
YUV 78.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 88 64 125 0.30 0.49 0 0.51 263.61 0.32 0.37
Hex 58 40 7D 1E 31 0 33 108 20 25
Octal 130 100 175 36 61 0 63 410 40 45
Binary 1011000 1000000 1111101 11110 110001 0 110011 100001000 100000 100101

Color Harmonies of #58407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58407D

Black with #58407D

Text Example


Text Example

White with #58407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58407D; }

 p { color: rgb(88,64,125); }

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

background-color css

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

 a { background-color: rgb(88,64,125); }

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

border-color css

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

 span { border-color: rgb(88,64,125); }

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