Html Css Color HEX #58B0BC Viking

📋 copy color: '#58B0BC'

red 88 ◦ green 176 ◦ blue 188

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

Shades of Viking #58B0BC

Tints of Viking #58B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.94%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 19.47%
G = 38.94%
B = 41.59%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58B0BC (or 0x58B0BC) is known color: Viking. HEX triplet: 58, B0 and BC. RGB value is (88,176,188). Sum of RGB (Red+Green+Blue) = 88+176+188=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #58B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0BC is #A74F43. Grayscale: #969696. Windows color (decimal): -10964804 or 12365912. OLE color: 12365912.

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

Color convert

RGB 88 176 188 -
CMYK 0.53 0.06 0 0.26
HSL 187.2º 0.43% 0.54% -
HSV(B) 187.2º 0.53% 0.74% -
XYZ 28.63 36.76 53.16 -
YUV 151.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 88 176 188 0.53 0.06 0 0.26 187.2 0.43 0.54
Hex 58 B0 BC 35 6 0 1A BB 2B 36
Octal 130 260 274 65 6 0 32 273 53 66
Binary 1011000 10110000 10111100 110101 110 0 11010 10111011 101011 110110

Color Harmonies of #58B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B0BC

Black with #58B0BC

Text Example


Text Example

White with #58B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,188); }

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

background-color css

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

 a { background-color: rgb(88,176,188); }

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

border-color css

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

 span { border-color: rgb(88,176,188); }

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