#05353B

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

Shades of Nordic #05353B

Tints of Nordic #05353B

Color information

#05353B (or 0x05353B) is unknown color: approx Nordic. HEX triplet: 05, 35 and 3B. RGB value is (5,53,59). Sum of RGB (Red+Green+Blue) = 5+53+59=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #05353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05353B is #FACAC4. Grayscale: #272727. Windows color (decimal): -16435909 or 3880197. OLE color: 3880197.

HSL color Cylindrical-coordinate representation of color #05353B: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05353B is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB55359-
CMYK0.920.1000.77
HSL186.67º84.38%12.55%-
HSV(B)186.67º91.53%23.14%-
XYZ2.132.894.58-
YUV39.33139.1103.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=4.27%
G=45.30%
B=50.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal553590.920.1000.77186.6784.3812.55
Hex5353B5CA04Dbb54d
Octal5657313412011527312415
Binary10111010111101110111001010010011011011101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05353B; }

 p { color: rgb(5,53,59); }

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

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

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

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

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

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

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