Html Css Color HEX #55B5AF Puerto Rico

📋 copy color: '#55B5AF'

red 85 ◦ green 181 ◦ blue 175

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

Shades of Puerto Rico #55B5AF

Tints of Puerto Rico #55B5AF

RGB

 RED value IS 85 (33.59% from 255) = 19.27%

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 19.27%
G = 41.04%
B = 39.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#55B5AF (or 0x55B5AF) is known color: Puerto Rico. HEX triplet: 55, B5 and AF. RGB value is (85,181,175). Sum of RGB (Red+Green+Blue) = 85+181+175=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #55B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B5AF is #AA4A50. Grayscale: #979797. Windows color (decimal): -11160145 or 11515221. OLE color: 11515221.

HSL color Cylindrical-coordinate representation of color #55B5AF: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B5AF is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 175 -
CMYK 0.53 0 0.03 0.29
HSL 176.25º 0.39% 0.52% -
HSV(B) 176.25º 0.53% 0.71% -
XYZ 28.01 38.07 46.43 -
YUV 151.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 85 181 175 0.53 0 0.03 0.29 176.25 0.39 0.52
Hex 55 B5 AF 35 0 3 1D B0 27 34
Octal 125 265 257 65 0 3 35 260 47 64
Binary 1010101 10110101 10101111 110101 0 11 11101 10110000 100111 110100

Color Harmonies of #55B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B5AF

Black with #55B5AF

Text Example


Text Example

White with #55B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B5AF; }

 p { color: rgb(85,181,175); }

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

background-color css

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

 a { background-color: rgb(85,181,175); }

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

border-color css

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

 span { border-color: rgb(85,181,175); }

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