Html Css Color HEX #055362 Blue Lagoon

📋 copy color: '#055362'

red 5 ◦ green 83 ◦ blue 98

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

Shades of Blue Lagoon #055362

Tints of Blue Lagoon #055362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 2.69%
G = 44.62%
B = 52.69%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055362 (or 0x055362) is known color: Blue Lagoon. HEX triplet: 05, 53 and 62. RGB value is (5,83,98). Sum of RGB (Red+Green+Blue) = 5+83+98=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #055362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055362 is #FAAC9D. Grayscale: #3D3D3D. Windows color (decimal): -16428190 or 6443781. OLE color: 6443781.

HSL color Cylindrical-coordinate representation of color #055362: hue angle of 189.68º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055362 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 83 98 -
CMYK 0.95 0.15 0 0.62
HSL 189.68º 0.9% 0.2% -
HSV(B) 189.68º 0.95% 0.38% -
XYZ 5.36 7.1 12.64 -
YUV 61.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 5 83 98 0.95 0.15 0 0.62 189.68 0.9 0.2
Hex 5 53 62 5F F 0 3E BE 5A 14
Octal 5 123 142 137 17 0 76 276 132 24
Binary 101 1010011 1100010 1011111 1111 0 111110 10111110 1011010 10100

Color Harmonies of #055362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055362

Black with #055362

Text Example


Text Example

White with #055362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055362; }

 p { color: rgb(5,83,98); }

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

background-color css

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

 a { background-color: rgb(5,83,98); }

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

border-color css

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

 span { border-color: rgb(5,83,98); }

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