Html Css Color HEX #258589 Atoll

📋 copy color: '#258589'

red 37 ◦ green 133 ◦ blue 137

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

Shades of Atoll #258589

Tints of Atoll #258589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 12.05%
G = 43.32%
B = 44.63%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#258589 (or 0x258589) is known color: Atoll. HEX triplet: 25, 85 and 89. RGB value is (37,133,137). Sum of RGB (Red+Green+Blue) = 37+133+137=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #258589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258589 is #DA7A76. Grayscale: #686868. Windows color (decimal): -14318199 or 9012517. OLE color: 9012517.

HSL color Cylindrical-coordinate representation of color #258589: hue angle of 182.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258589 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 133 137 -
CMYK 0.73 0.03 0 0.46
HSL 182.4º 0.57% 0.34% -
HSV(B) 182.4º 0.73% 0.54% -
XYZ 13.67 18.97 26.61 -
YUV 104.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 37 133 137 0.73 0.03 0 0.46 182.4 0.57 0.34
Hex 25 85 89 49 3 0 2E B6 39 22
Octal 45 205 211 111 3 0 56 266 71 42
Binary 100101 10000101 10001001 1001001 11 0 101110 10110110 111001 100010

Color Harmonies of #258589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258589

Black with #258589

Text Example


Text Example

White with #258589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258589; }

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

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

background-color css

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

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

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

border-color css

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

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

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