Html Css Color HEX #582475 Blue Diamond

📋 copy color: '#582475'

red 88 ◦ green 36 ◦ blue 117

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

Shades of Blue Diamond #582475

Tints of Blue Diamond #582475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 36.51%
G = 14.94%
B = 48.55%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582475 (or 0x582475) is known color: Blue Diamond. HEX triplet: 58, 24 and 75. RGB value is (88,36,117). Sum of RGB (Red+Green+Blue) = 88+36+117=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #582475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582475 is #A7DB8A. Grayscale: #3C3C3C. Windows color (decimal): -11000715 or 7677016. OLE color: 7677016.

HSL color Cylindrical-coordinate representation of color #582475: hue angle of 278.52º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #582475 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 36 117 -
CMYK 0.25 0.69 0 0.54
HSL 278.52º 0.53% 0.3% -
HSV(B) 278.52º 0.69% 0.46% -
XYZ 7.87 4.62 17.31 -
YUV 60.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 88 36 117 0.25 0.69 0 0.54 278.52 0.53 0.3
Hex 58 24 75 19 45 0 36 117 35 1E
Octal 130 44 165 31 105 0 66 427 65 36
Binary 1011000 100100 1110101 11001 1000101 0 110110 100010111 110101 11110

Color Harmonies of #582475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582475

Black with #582475

Text Example


Text Example

White with #582475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582475; }

 p { color: rgb(88,36,117); }

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

background-color css

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

 a { background-color: rgb(88,36,117); }

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

border-color css

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

 span { border-color: rgb(88,36,117); }

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