Html Css Color HEX #05353B Nordic

📋 copy color: '#05353B'

red 5 ◦ green 53 ◦ blue 59

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

Shades of Nordic #05353B

Tints of Nordic #05353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.3%

 BLUE value IS 59 (23.44% from 255) = 50.43%

R = 4.27%
G = 45.3%
B = 50.43%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05353B (or 0x05353B) is known color: 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

RGB 5 53 59 -
CMYK 0.92 0.10 0 0.77
HSL 186.67º 0.84% 0.13% -
HSV(B) 186.67º 0.92% 0.23% -
XYZ 2.13 2.89 4.58 -
YUV 39.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 5 53 59 0.92 0.10 0 0.77 186.67 0.84 0.13
Hex 5 35 3B 5C A 0 4D BB 54 D
Octal 5 65 73 134 12 0 115 273 124 15
Binary 101 110101 111011 1011100 1010 0 1001101 10111011 1010100 1101

Color Harmonies of #05353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05353B

Black with #05353B

Text Example


Text Example

White with #05353B

Text Example


Text Example

HTML Codes & Css Web 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>