Html Css Color HEX #58BBC0 Viking

📋 copy color: '#58BBC0'

red 88 ◦ green 187 ◦ blue 192

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

Shades of Viking #58BBC0

Tints of Viking #58BBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 18.84%
G = 40.04%
B = 41.11%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#58BBC0 (or 0x58BBC0) is known color: Viking. HEX triplet: 58, BB and C0. RGB value is (88,187,192). Sum of RGB (Red+Green+Blue) = 88+187+192=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #58BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBC0 is #A7443F. Grayscale: #9D9D9D. Windows color (decimal): -10961984 or 12630872. OLE color: 12630872.

HSL color Cylindrical-coordinate representation of color #58BBC0: hue angle of 182.88º 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 #58BBC0 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 187 192 -
CMYK 0.54 0.03 0 0.25
HSL 182.88º 0.45% 0.55% -
HSV(B) 182.88º 0.54% 0.75% -
XYZ 31.31 41.42 56.21 -
YUV 157.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 88 187 192 0.54 0.03 0 0.25 182.88 0.45 0.55
Hex 58 BB C0 36 3 0 19 B7 2D 37
Octal 130 273 300 66 3 0 31 267 55 67
Binary 1011000 10111011 11000000 110110 11 0 11001 10110111 101101 110111

Color Harmonies of #58BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBC0

Black with #58BBC0

Text Example


Text Example

White with #58BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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