Html Css Color HEX #056369 Blue Lagoon

📋 copy color: '#056369'

red 5 ◦ green 99 ◦ blue 105

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

Shades of Blue Lagoon #056369

Tints of Blue Lagoon #056369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

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

R = 2.39%
G = 47.37%
B = 50.24%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056369 (or 0x056369) is known color: Blue Lagoon. HEX triplet: 05, 63 and 69. RGB value is (5,99,105). Sum of RGB (Red+Green+Blue) = 5+99+105=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #056369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056369 is #FA9C96. Grayscale: #474747. Windows color (decimal): -16424087 or 6906629. OLE color: 6906629.

HSL color Cylindrical-coordinate representation of color #056369: hue angle of 183.6º 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 #056369 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 99 105 -
CMYK 0.95 0.06 0 0.59
HSL 183.6º 0.91% 0.22% -
HSV(B) 183.6º 0.95% 0.41% -
XYZ 7.07 9.98 14.92 -
YUV 71.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 5 99 105 0.95 0.06 0 0.59 183.6 0.91 0.22
Hex 5 63 69 5F 6 0 3B B8 5B 16
Octal 5 143 151 137 6 0 73 270 133 26
Binary 101 1100011 1101001 1011111 110 0 111011 10111000 1011011 10110

Color Harmonies of #056369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056369

Black with #056369

Text Example


Text Example

White with #056369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056369; }

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

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

background-color css

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

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

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

border-color css

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

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

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