#083537

Color #083537 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #083537

Tints of Nordic #083537

Color information

#083537 (or 0x083537) is unknown color: approx Nordic. HEX triplet: 08, 35 and 37. RGB value is (8,53,55). Sum of RGB (Red+Green+Blue) = 8+53+55=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #083537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083537 is #F7CAC8. Grayscale: #272727. Windows color (decimal): -16239305 or 3618056. OLE color: 3618056.

HSL color Cylindrical-coordinate representation of color #083537: hue angle of 182.55º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083537 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB85355-
CMYK0.850.0400.78
HSL182.55º74.6%12.35%-
HSV(B)182.55º85.45%21.57%-
XYZ2.062.874.06-
YUV39.77136.59105.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 55 (21.88% from 255) = 47.41%
R=6.90%
G=45.69%
B=47.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal853550.850.0400.78182.5574.612.35
Hex8353755404Eb74bc
Octal1065671254011626711314
Binary10001101011101111010101100010011101011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083537; }

 p { color: rgb(8,53,55); }

 H1.HeaderClassName
 {
   color: #083537;
 }
 .AnyTagClassName
 {
   color: #083537;
 }
</style>
background-color css

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

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

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

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

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

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