#083639

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

Shades of Nordic #083639

Tints of Nordic #083639

Color information

#083639 (or 0x083639) is unknown color: approx Nordic. HEX triplet: 08, 36 and 39. RGB value is (8,54,57). Sum of RGB (Red+Green+Blue) = 8+54+57=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #083639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083639 is #F7C9C6. Grayscale: #282828. Windows color (decimal): -16239047 or 3749384. OLE color: 3749384.

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

Color convert

RGB85457-
CMYK0.860.0500.78
HSL183.67º75.38%12.75%-
HSV(B)183.67º85.96%22.35%-
XYZ2.162.994.33-
YUV40.59137.26104.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=6.72%
G=45.38%
B=47.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal854570.860.0500.78183.6775.3812.75
Hex8363956504Eb84bd
Octal1066711265011627011315
Binary10001101101110011010110101010011101011100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083639; }

 p { color: rgb(8,54,57); }

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

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

 a { background-color: rgb(8,54,57); }

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

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

 span { border-color: rgb(8,54,57); }

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