#083538

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

Shades of Nordic #083538

Tints of Nordic #083538

Color information

#083538 (or 0x083538) is unknown color: approx Nordic. HEX triplet: 08, 35 and 38. RGB value is (8,53,56). Sum of RGB (Red+Green+Blue) = 8+53+56=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #083538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083538 is #F7CAC7. Grayscale: #272727. Windows color (decimal): -16239304 or 3683592. OLE color: 3683592.

HSL color Cylindrical-coordinate representation of color #083538: hue angle of 183.75º 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 #083538 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB85356-
CMYK0.860.0500.78
HSL183.75º75%12.55%-
HSV(B)183.75º85.71%21.96%-
XYZ2.092.884.19-
YUV39.89137.09105.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=6.84%
G=45.30%
B=47.86%

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
Decimal853560.860.0500.78183.757512.55
Hex8353856504Eb84bd
Octal1065701265011627011315
Binary10001101011110001010110101010011101011100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083538; }

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

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

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

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

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

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

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

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