Html Css Color HEX #056366 Blue Lagoon

📋 copy color: '#056366'

red 5 ◦ green 99 ◦ blue 102

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

Shades of Blue Lagoon #056366

Tints of Blue Lagoon #056366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 2.43%
G = 48.06%
B = 49.51%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#056366 (or 0x056366) is known color: Blue Lagoon. HEX triplet: 05, 63 and 66. RGB value is (5,99,102). Sum of RGB (Red+Green+Blue) = 5+99+102=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #056366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056366 is #FA9C99. Grayscale: #474747. Windows color (decimal): -16424090 or 6710021. OLE color: 6710021.

HSL color Cylindrical-coordinate representation of color #056366: hue angle of 181.86º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056366 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 99 102 -
CMYK 0.95 0.03 0 0.6
HSL 181.86º 0.91% 0.21% -
HSV(B) 181.86º 0.95% 0.4% -
XYZ 6.92 9.92 14.12 -
YUV 71.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 5 99 102 0.95 0.03 0 0.6 181.86 0.91 0.21
Hex 5 63 66 5F 3 0 3C B6 5B 15
Octal 5 143 146 137 3 0 74 266 133 25
Binary 101 1100011 1100110 1011111 11 0 111100 10110110 1011011 10101

Color Harmonies of #056366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056366

Black with #056366

Text Example


Text Example

White with #056366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056366; }

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

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

background-color css

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

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

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

border-color css

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

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

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