Html Css Color HEX #05696A Blue Lagoon

📋 copy color: '#05696A'

red 5 ◦ green 105 ◦ blue 106

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

Shades of Blue Lagoon #05696A

Tints of Blue Lagoon #05696A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.61%

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 2.31%
G = 48.61%
B = 49.07%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05696A (or 0x05696A) is known color: Blue Lagoon. HEX triplet: 05, 69 and 6A. RGB value is (5,105,106). Sum of RGB (Red+Green+Blue) = 5+105+106=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #05696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05696A is #FA9695. Grayscale: #4B4B4B. Windows color (decimal): -16422550 or 6973701. OLE color: 6973701.

HSL color Cylindrical-coordinate representation of color #05696A: hue angle of 180.59º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05696A is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 105 106 -
CMYK 0.95 0.01 0 0.58
HSL 180.59º 0.91% 0.22% -
HSV(B) 180.59º 0.95% 0.42% -
XYZ 7.72 11.18 15.39 -
YUV 75.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 5 105 106 0.95 0.01 0 0.58 180.59 0.91 0.22
Hex 5 69 6A 5F 1 0 3A B5 5B 16
Octal 5 151 152 137 1 0 72 265 133 26
Binary 101 1101001 1101010 1011111 1 0 111010 10110101 1011011 10110

Color Harmonies of #05696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05696A

Black with #05696A

Text Example


Text Example

White with #05696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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