#258591

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

Shades of Scooter #258591

Tints of Scooter #258591

Color information

#258591 (or 0x258591) is unknown color: approx Scooter. HEX triplet: 25, 85 and 91. RGB value is (37,133,145). Sum of RGB (Red+Green+Blue) = 37+133+145=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #258591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258591 is #DA7A6E. Grayscale: #696969. Windows color (decimal): -14318191 or 9536805. OLE color: 9536805.

HSL color Cylindrical-coordinate representation of color #258591: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258591 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37133145-
CMYK0.740.0800.43
HSL186.67º59.34%35.69%-
HSV(B)186.67º74.48%56.86%-
XYZ14.2619.2129.74-
YUV105.66150.279.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=11.75%
G=42.22%
B=46.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371331450.740.0800.43186.6759.3435.69
Hex2585914A802Bbb3b24
Octal45205221112100532737344
Binary100101100001011001000110010101000010101110111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258591; }

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

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

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

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

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

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

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

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