Html Css Color HEX #258582 Atoll

📋 copy color: '#258582'

red 37 ◦ green 133 ◦ blue 130

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

Shades of Atoll #258582

Tints of Atoll #258582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 12.33%
G = 44.33%
B = 43.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#258582 (or 0x258582) is known color: Atoll. HEX triplet: 25, 85 and 82. RGB value is (37,133,130). Sum of RGB (Red+Green+Blue) = 37+133+130=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #258582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258582 is #DA7A7D. Grayscale: #676767. Windows color (decimal): -14318206 or 8553765. OLE color: 8553765.

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

Color convert

RGB 37 133 130 -
CMYK 0.72 0 0.02 0.48
HSL 178.13º 0.56% 0.33% -
HSV(B) 178.13º 0.72% 0.52% -
XYZ 13.18 18.78 24.05 -
YUV 103.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 37 133 130 0.72 0 0.02 0.48 178.13 0.56 0.33
Hex 25 85 82 48 0 2 30 B2 38 21
Octal 45 205 202 110 0 2 60 262 70 41
Binary 100101 10000101 10000010 1001000 0 10 110000 10110010 111000 100001

Color Harmonies of #258582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258582

Black with #258582

Text Example


Text Example

White with #258582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258582; }

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

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

background-color css

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

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

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

border-color css

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

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

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