#258599

Color #258599 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #258599

Tints of Scooter #258599

Color information

#258599 (or 0x258599) is unknown color: approx Scooter. HEX triplet: 25, 85 and 99. RGB value is (37,133,153). Sum of RGB (Red+Green+Blue) = 37+133+153=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #258599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258599 is #DA7A66. Grayscale: #6A6A6A. Windows color (decimal): -14318183 or 10061093. OLE color: 10061093.

HSL color Cylindrical-coordinate representation of color #258599: hue angle of 190.34º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258599 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37133153-
CMYK0.760.1300.4
HSL190.34º61.05%37.25%-
HSV(B)190.34º75.82%60%-
XYZ14.919.4733.11-
YUV106.58154.278.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.46%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=11.46%
G=41.18%
B=47.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371331530.760.1300.4190.3461.0537.25
Hex2585994CD028be3d25
Octal45205231114150502767545
Binary100101100001011001100110011001101010100010111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258599; }

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

 H1.HeaderClassName
 {
   color: #258599;
 }
 .AnyTagClassName
 {
   color: #258599;
 }
</style>
background-color css

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

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

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

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

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

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