#05354B

Color #05354B Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #05354B

Tints of Blue Whale #05354B

Color information

#05354B (or 0x05354B) is unknown color: approx Blue Whale. HEX triplet: 05, 35 and 4B. RGB value is (5,53,75). Sum of RGB (Red+Green+Blue) = 5+53+75=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #05354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05354B is #FACAB4. Grayscale: #292929. Windows color (decimal): -16435893 or 4928773. OLE color: 4928773.

HSL color Cylindrical-coordinate representation of color #05354B: hue angle of 198.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05354B is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55375-
CMYK0.930.2900.71
HSL198.86º87.5%15.69%-
HSV(B)198.86º93.33%29.41%-
XYZ2.613.097.12-
YUV41.16147.1102.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=3.76%
G=39.85%
B=56.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal553750.930.2900.71198.8687.515.69
Hex5354B5D1D047c75810
Octal56511313535010730713020
Binary10111010110010111011101111010100011111000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05354B; }

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

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

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

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

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

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

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

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