Html Css Color HEX #055367 Blue Lagoon

📋 copy color: '#055367'

red 5 ◦ green 83 ◦ blue 103

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

Shades of Blue Lagoon #055367

Tints of Blue Lagoon #055367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.93%

R = 2.62%
G = 43.46%
B = 53.93%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#055367 (or 0x055367) is known color: Blue Lagoon. HEX triplet: 05, 53 and 67. RGB value is (5,83,103). Sum of RGB (Red+Green+Blue) = 5+83+103=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #055367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055367 is #FAAC98. Grayscale: #3D3D3D. Windows color (decimal): -16428185 or 6771461. OLE color: 6771461.

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

Color convert

RGB 5 83 103 -
CMYK 0.95 0.19 0 0.60
HSL 192.24º 0.91% 0.21% -
HSV(B) 192.24º 0.95% 0.4% -
XYZ 5.6 7.2 13.93 -
YUV 61.96 151.16 87.37 -
System Red Green Blue C M Y K H S L
Decimal 5 83 103 0.95 0.19 0 0.60 192.24 0.91 0.21
Hex 5 53 67 5F 13 0 3C C0 5B 15
Octal 5 123 147 137 23 0 74 300 133 25
Binary 101 1010011 1100111 1011111 10011 0 111100 11000000 1011011 10101

Color Harmonies of #055367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055367

Black with #055367

Text Example


Text Example

White with #055367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055367; }

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

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

background-color css

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

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

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

border-color css

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

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

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