#05333F

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

Shades of Nordic #05333F

Tints of Nordic #05333F

Color information

#05333F (or 0x05333F) is unknown color: approx Nordic. HEX triplet: 05, 33 and 3F. RGB value is (5,51,63). Sum of RGB (Red+Green+Blue) = 5+51+63=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #05333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05333F is #FACCC0. Grayscale: #262626. Windows color (decimal): -16436417 or 4141829. OLE color: 4141829.

HSL color Cylindrical-coordinate representation of color #05333F: hue angle of 192.41º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05333F is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55163-
CMYK0.920.1900.75
HSL192.41º85.29%13.33%-
HSV(B)192.41º92.06%24.71%-
XYZ2.142.765.12-
YUV38.61141.76104.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 52.94%
R=4.20%
G=42.86%
B=52.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal551630.920.1900.75192.4185.2913.33
Hex5333F5C1304Bc055d
Octal5637713423011330012515
Binary101110011111111101110010011010010111100000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05333F; }

 p { color: rgb(5,51,63); }

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

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

 a { background-color: rgb(5,51,63); }

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

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

 span { border-color: rgb(5,51,63); }

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