#58BDB2

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

Shades of Puerto Rico #58BDB2

Tints of Puerto Rico #58BDB2

Color information

#58BDB2 (or 0x58BDB2) is unknown color: approx Puerto Rico. HEX triplet: 58, BD and B2. RGB value is (88,189,178). Sum of RGB (Red+Green+Blue) = 88+189+178=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDB2 is #A7424D. Grayscale: #9D9D9D. Windows color (decimal): -10961486 or 11713880. OLE color: 11713880.

HSL color Cylindrical-coordinate representation of color #58BDB2: hue angle of 173.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDB2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB88189178-
CMYK0.5300.060.26
HSL173.47º43.35%54.31%-
HSV(B)173.47º53.44%74.12%-
XYZ30.2641.6848.57-
YUV157.55139.5478.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.34%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=19.34%
G=41.54%
B=39.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891780.5300.060.26173.4743.3554.31
Hex58BDB235061Aad2b36
Octal1302752626506322555366
Binary1011000101111011011001011010101101101010101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BDB2; }

 p { color: rgb(88,189,178); }

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

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

 a { background-color: rgb(88,189,178); }

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

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

 span { border-color: rgb(88,189,178); }

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