Html Css Color HEX #258585 Atoll

📋 copy color: '#258585'

red 37 ◦ green 133 ◦ blue 133

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

Shades of Atoll #258585

Tints of Atoll #258585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 12.21%
G = 43.89%
B = 43.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#258585 (or 0x258585) is known color: Atoll. HEX triplet: 25, 85 and 85. RGB value is (37,133,133). Sum of RGB (Red+Green+Blue) = 37+133+133=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #258585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258585 is #DA7A7A. Grayscale: #686868. Windows color (decimal): -14318203 or 8750373. OLE color: 8750373.

HSL color Cylindrical-coordinate representation of color #258585: hue angle of 180º 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 #258585 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 133 -
CMYK 0.72 0 0 0.48
HSL 180º 0.56% 0.33% -
HSV(B) 180º 0.72% 0.52% -
XYZ 13.38 18.86 25.13 -
YUV 104.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 37 133 133 0.72 0 0 0.48 180 0.56 0.33
Hex 25 85 85 48 0 0 30 B4 38 21
Octal 45 205 205 110 0 0 60 264 70 41
Binary 100101 10000101 10000101 1001000 0 0 110000 10110100 111000 100001

Color Harmonies of #258585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258585

Black with #258585

Text Example


Text Example

White with #258585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258585; }

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

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

background-color css

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

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

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

border-color css

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

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

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