Html Css Color HEX #58BBBF Viking

📋 copy color: '#58BBBF'

red 88 ◦ green 187 ◦ blue 191

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

Shades of Viking #58BBBF

Tints of Viking #58BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 18.88%
G = 40.13%
B = 40.99%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#58BBBF (or 0x58BBBF) is known color: Viking. HEX triplet: 58, BB and BF. RGB value is (88,187,191). Sum of RGB (Red+Green+Blue) = 88+187+191=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #58BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBBF is #A74440. Grayscale: #9D9D9D. Windows color (decimal): -10961985 or 12565336. OLE color: 12565336.

HSL color Cylindrical-coordinate representation of color #58BBBF: hue angle of 182.33º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BBBF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 187 191 -
CMYK 0.54 0.02 0 0.25
HSL 182.33º 0.45% 0.55% -
HSV(B) 182.33º 0.54% 0.75% -
XYZ 31.2 41.38 55.63 -
YUV 157.86 146.7 78.17 -
System Red Green Blue C M Y K H S L
Decimal 88 187 191 0.54 0.02 0 0.25 182.33 0.45 0.55
Hex 58 BB BF 36 2 0 19 B6 2D 37
Octal 130 273 277 66 2 0 31 266 55 67
Binary 1011000 10111011 10111111 110110 10 0 11001 10110110 101101 110111

Color Harmonies of #58BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBBF

Black with #58BBBF

Text Example


Text Example

White with #58BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,187,191); }

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

background-color css

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

 a { background-color: rgb(88,187,191); }

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

border-color css

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

 span { border-color: rgb(88,187,191); }

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