Html Css Color HEX #358383 Atoll

📋 copy color: '#358383'

red 53 ◦ green 131 ◦ blue 131

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

Shades of Atoll #358383

Tints of Atoll #358383

RGB

 RED value IS 53 (21.09% from 255) = 16.83%

 GREEN value IS 131 (51.56% from 255) = 41.59%

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 16.83%
G = 41.59%
B = 41.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#358383 (or 0x358383) is known color: Atoll. HEX triplet: 35, 83 and 83. RGB value is (53,131,131). Sum of RGB (Red+Green+Blue) = 53+131+131=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #358383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358383 is #CA7C7C. Grayscale: #6B6B6B. Windows color (decimal): -13270141 or 8618805. OLE color: 8618805.

HSL color Cylindrical-coordinate representation of color #358383: hue angle of 180º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358383 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 131 -
CMYK 0.60 0 0 0.49
HSL 180º 0.42% 0.36% -
HSV(B) 180º 0.6% 0.51% -
XYZ 13.68 18.63 24.35 -
YUV 107.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 53 131 131 0.60 0 0 0.49 180 0.42 0.36
Hex 35 83 83 3C 0 0 31 B4 2A 24
Octal 65 203 203 74 0 0 61 264 52 44
Binary 110101 10000011 10000011 111100 0 0 110001 10110100 101010 100100

Color Harmonies of #358383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358383

Black with #358383

Text Example


Text Example

White with #358383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358383; }

 p { color: rgb(53,131,131); }

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

background-color css

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

 a { background-color: rgb(53,131,131); }

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

border-color css

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

 span { border-color: rgb(53,131,131); }

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