#5CBAA5

Color #5CBAA5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5CBAA5

Tints of Puerto Rico #5CBAA5

Color information

#5CBAA5 (or 0x5CBAA5) is unknown color: approx Puerto Rico. HEX triplet: 5C, BA and A5. RGB value is (92,186,165). Sum of RGB (Red+Green+Blue) = 92+186+165=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBAA5 is #A3455A. Grayscale: #9B9B9B. Windows color (decimal): -10700123 or 10861148. OLE color: 10861148.

HSL color Cylindrical-coordinate representation of color #5CBAA5: hue angle of 166.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB92186165-
CMYK0.5100.110.27
HSL166.6º40.52%54.51%-
HSV(B)166.6º50.54%72.94%-
XYZ28.7640.1141.82-
YUV155.5133.3682.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=20.77%
G=41.99%
B=37.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921861650.5100.110.27166.640.5254.51
Hex5CBAA5330B1Ba72937
Octal13427224563013332475167
Binary10111001011101010100101110011010111101110100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CBAA5; }

 p { color: rgb(92,186,165); }

 H1.HeaderClassName
 {
   color: #5CBAA5;
 }
 .AnyTagClassName
 {
   color: #5CBAA5;
 }
</style>
background-color css

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

 a { background-color: rgb(92,186,165); }

 div.DivClassName
 {
   background-color: #5CBAA5;
 }
 .BgClassName
 {
   background-color: #5CBAA5;
 }
</style>
border-color css

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

 span { border-color: rgb(92,186,165); }

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