Html Css Color HEX #258580 Elm

📋 copy color: '#258580'

red 37 ◦ green 133 ◦ blue 128

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

Shades of Elm #258580

Tints of Elm #258580

RGB

 RED value IS 37 (14.84% from 255) = 12.42%

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 12.42%
G = 44.63%
B = 42.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#258580 (or 0x258580) is known color: Elm. HEX triplet: 25, 85 and 80. RGB value is (37,133,128). Sum of RGB (Red+Green+Blue) = 37+133+128=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #258580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258580 is #DA7A7F. Grayscale: #676767. Windows color (decimal): -14318208 or 8422693. OLE color: 8422693.

HSL color Cylindrical-coordinate representation of color #258580: hue angle of 176.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258580 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 128 -
CMYK 0.72 0 0.04 0.48
HSL 176.88º 0.56% 0.33% -
HSV(B) 176.88º 0.72% 0.52% -
XYZ 13.05 18.73 23.35 -
YUV 103.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 37 133 128 0.72 0 0.04 0.48 176.88 0.56 0.33
Hex 25 85 80 48 0 4 30 B1 38 21
Octal 45 205 200 110 0 4 60 261 70 41
Binary 100101 10000101 10000000 1001000 0 100 110000 10110001 111000 100001

Color Harmonies of #258580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258580

Black with #258580

Text Example


Text Example

White with #258580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258580; }

 p { color: rgb(37,133,128); }

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

background-color css

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

 a { background-color: rgb(37,133,128); }

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

border-color css

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

 span { border-color: rgb(37,133,128); }

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