Html Css Color HEX #056469 Blue Lagoon

📋 copy color: '#056469'

red 5 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #056469

Tints of Blue Lagoon #056469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.62%

 BLUE value IS 105 (41.41% from 255) = 50%

R = 2.38%
G = 47.62%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056469 (or 0x056469) is known color: Blue Lagoon. HEX triplet: 05, 64 and 69. RGB value is (5,100,105). Sum of RGB (Red+Green+Blue) = 5+100+105=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #056469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056469 is #FA9B96. Grayscale: #484848. Windows color (decimal): -16423831 or 6906885. OLE color: 6906885.

HSL color Cylindrical-coordinate representation of color #056469: hue angle of 183º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056469 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 100 105 -
CMYK 0.95 0.05 0 0.59
HSL 183º 0.91% 0.22% -
HSV(B) 183º 0.95% 0.41% -
XYZ 7.17 10.17 14.95 -
YUV 72.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 5 100 105 0.95 0.05 0 0.59 183 0.91 0.22
Hex 5 64 69 5F 5 0 3B B7 5B 16
Octal 5 144 151 137 5 0 73 267 133 26
Binary 101 1100100 1101001 1011111 101 0 111011 10110111 1011011 10110

Color Harmonies of #056469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056469

Black with #056469

Text Example


Text Example

White with #056469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056469; }

 p { color: rgb(5,100,105); }

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

background-color css

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

 a { background-color: rgb(5,100,105); }

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

border-color css

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

 span { border-color: rgb(5,100,105); }

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