Html Css Color HEX #053133 Nordic

📋 copy color: '#053133'

red 5 ◦ green 49 ◦ blue 51

#053133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #053133

Tints of Nordic #053133

RGB

 RED value IS 5 (2.34% from 255) = 4.76%

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 51 (20.31% from 255) = 48.57%

R = 4.76%
G = 46.67%
B = 48.57%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#053133 (or 0x053133) is known color: Nordic. HEX triplet: 05, 31 and 33. RGB value is (5,49,51). Sum of RGB (Red+Green+Blue) = 5+49+51=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #053133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053133 is #FACECC. Grayscale: #242424. Windows color (decimal): -16436941 or 3354885. OLE color: 3354885.

HSL color Cylindrical-coordinate representation of color #053133: hue angle of 182.61º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053133 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 49 51 -
CMYK 0.90 0.04 0 0.8
HSL 182.61º 0.82% 0.11% -
HSV(B) 182.61º 0.9% 0.2% -
XYZ 1.76 2.47 3.52 -
YUV 36.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 5 49 51 0.90 0.04 0 0.8 182.61 0.82 0.11
Hex 5 31 33 5A 4 0 50 B7 52 B
Octal 5 61 63 132 4 0 120 267 122 13
Binary 101 110001 110011 1011010 100 0 1010000 10110111 1010010 1011

Color Harmonies of #053133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053133

Black with #053133

Text Example


Text Example

White with #053133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053133; }

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

 H1.HeaderClassName
 {
   color: #053133;
 }
 .AnyTagClassName
 {
   color: #053133;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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