Html Css Color HEX #58417B Kingfisher Daisy

📋 copy color: '#58417B'

red 88 ◦ green 65 ◦ blue 123

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

Shades of Kingfisher Daisy #58417B

Tints of Kingfisher Daisy #58417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 31.88%
G = 23.55%
B = 44.57%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58417B (or 0x58417B) is known color: Kingfisher Daisy. HEX triplet: 58, 41 and 7B. RGB value is (88,65,123). Sum of RGB (Red+Green+Blue) = 88+65+123=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #58417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58417B is #A7BE84. Grayscale: #4E4E4E. Windows color (decimal): -10993285 or 8077656. OLE color: 8077656.

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

Color convert

RGB 88 65 123 -
CMYK 0.28 0.47 0 0.52
HSL 263.79º 0.31% 0.37% -
HSV(B) 263.79º 0.47% 0.48% -
XYZ 9.49 7.29 19.64 -
YUV 78.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 88 65 123 0.28 0.47 0 0.52 263.79 0.31 0.37
Hex 58 41 7B 1C 2F 0 34 108 1F 25
Octal 130 101 173 34 57 0 64 410 37 45
Binary 1011000 1000001 1111011 11100 101111 0 110100 100001000 11111 100101

Color Harmonies of #58417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58417B

Black with #58417B

Text Example


Text Example

White with #58417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58417B; }

 p { color: rgb(88,65,123); }

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

background-color css

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

 a { background-color: rgb(88,65,123); }

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

border-color css

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

 span { border-color: rgb(88,65,123); }

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