Html Css Color HEX #365A52 Spectra

📋 copy color: '#365A52'

red 54 ◦ green 90 ◦ blue 82

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

Shades of Spectra #365A52

Tints of Spectra #365A52

RGB

 RED value IS 54 (21.48% from 255) = 23.89%

 GREEN value IS 90 (35.55% from 255) = 39.82%

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 23.89%
G = 39.82%
B = 36.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#365A52 (or 0x365A52) is known color: Spectra. HEX triplet: 36, 5A and 52. RGB value is (54,90,82). Sum of RGB (Red+Green+Blue) = 54+90+82=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #365A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A52 is #C9A5AD. Grayscale: #4E4E4E. Windows color (decimal): -13215150 or 5397046. OLE color: 5397046.

HSL color Cylindrical-coordinate representation of color #365A52: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A52 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 82 -
CMYK 0.40 0 0.09 0.65
HSL 166.67º 0.25% 0.28% -
HSV(B) 166.67º 0.4% 0.35% -
XYZ 6.7 8.71 9.31 -
YUV 78.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 54 90 82 0.40 0 0.09 0.65 166.67 0.25 0.28
Hex 36 5A 52 28 0 9 41 A7 19 1C
Octal 66 132 122 50 0 11 101 247 31 34
Binary 110110 1011010 1010010 101000 0 1001 1000001 10100111 11001 11100

Color Harmonies of #365A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A52

Black with #365A52

Text Example


Text Example

White with #365A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A52; }

 p { color: rgb(54,90,82); }

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

background-color css

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

 a { background-color: rgb(54,90,82); }

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

border-color css

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

 span { border-color: rgb(54,90,82); }

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