Html Css Color HEX #58BDB1 Puerto Rico

📋 copy color: '#58BDB1'

red 88 ◦ green 189 ◦ blue 177

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

Shades of Puerto Rico #58BDB1

Tints of Puerto Rico #58BDB1

RGB

 RED value IS 88 (34.77% from 255) = 19.38%

 GREEN value IS 189 (74.22% from 255) = 41.63%

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 19.38%
G = 41.63%
B = 38.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#58BDB1 (or 0x58BDB1) is known color: Puerto Rico. HEX triplet: 58, BD and B1. RGB value is (88,189,177). Sum of RGB (Red+Green+Blue) = 88+189+177=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDB1 is #A7424E. Grayscale: #9D9D9D. Windows color (decimal): -10961487 or 11648344. OLE color: 11648344.

HSL color Cylindrical-coordinate representation of color #58BDB1: hue angle of 172.87º 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 #58BDB1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 177 -
CMYK 0.53 0 0.06 0.26
HSL 172.87º 0.43% 0.54% -
HSV(B) 172.87º 0.53% 0.74% -
XYZ 30.16 41.64 48.04 -
YUV 157.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 88 189 177 0.53 0 0.06 0.26 172.87 0.43 0.54
Hex 58 BD B1 35 0 6 1A AD 2B 36
Octal 130 275 261 65 0 6 32 255 53 66
Binary 1011000 10111101 10110001 110101 0 110 11010 10101101 101011 110110

Color Harmonies of #58BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDB1

Black with #58BDB1

Text Example


Text Example

White with #58BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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