#053135

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

Shades of Nordic #053135

Tints of Nordic #053135

Color information

#053135 (or 0x053135) is unknown color: approx Nordic. HEX triplet: 05, 31 and 35. RGB value is (5,49,53). Sum of RGB (Red+Green+Blue) = 5+49+53=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #053135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053135 is #FACECA. Grayscale: #242424. Windows color (decimal): -16436939 or 3485957. OLE color: 3485957.

HSL color Cylindrical-coordinate representation of color #053135: hue angle of 185º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053135 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB54953-
CMYK0.910.0800.79
HSL185º82.76%11.37%-
HSV(B)185º90.57%20.78%-
XYZ1.82.493.75-
YUV36.3137.42105.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=4.67%
G=45.79%
B=49.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal549530.910.0800.7918582.7611.37
Hex531355B804Fb953b
Octal5616513310011727112313
Binary10111000111010110110111000010011111011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053135; }

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

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

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

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

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

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

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

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