#053130

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

Shades of Nordic #053130

Tints of Nordic #053130

Color information

#053130 (or 0x053130) is unknown color: approx Nordic. HEX triplet: 05, 31 and 30. RGB value is (5,49,48). Sum of RGB (Red+Green+Blue) = 5+49+48=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #053130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053130 is #FACECF. Grayscale: #232323. Windows color (decimal): -16436944 or 3158277. OLE color: 3158277.

HSL color Cylindrical-coordinate representation of color #053130: hue angle of 178.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053130 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB54948-
CMYK0.9000.020.81
HSL178.64º81.48%10.59%-
HSV(B)178.64º89.8%19.22%-
XYZ1.692.443.18-
YUV35.73134.92106.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=4.90%
G=48.04%
B=47.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549480.9000.020.81178.6481.4810.59
Hex531305A0251b351b
Octal561601320212126312113
Binary101110001110000101101001010100011011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053130; }

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

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

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

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

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

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

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

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