Html Css Color HEX #58287B Kingfisher Daisy

📋 copy color: '#58287B'

red 88 ◦ green 40 ◦ blue 123

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

Shades of Kingfisher Daisy #58287B

Tints of Kingfisher Daisy #58287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 35.06%
G = 15.94%
B = 49%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58287B (or 0x58287B) is known color: Kingfisher Daisy. HEX triplet: 58, 28 and 7B. RGB value is (88,40,123). Sum of RGB (Red+Green+Blue) = 88+40+123=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #58287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58287B is #A7D784. Grayscale: #3F3F3F. Windows color (decimal): -10999685 or 8071256. OLE color: 8071256.

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

Color convert

RGB 88 40 123 -
CMYK 0.28 0.67 0 0.52
HSL 274.7º 0.51% 0.32% -
HSV(B) 274.7º 0.67% 0.48% -
XYZ 8.36 5.02 19.27 -
YUV 63.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 88 40 123 0.28 0.67 0 0.52 274.7 0.51 0.32
Hex 58 28 7B 1C 43 0 34 113 33 20
Octal 130 50 173 34 103 0 64 423 63 40
Binary 1011000 101000 1111011 11100 1000011 0 110100 100010011 110011 100000

Color Harmonies of #58287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58287B

Black with #58287B

Text Example


Text Example

White with #58287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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