Html Css Color HEX #58B7BE Viking

📋 copy color: '#58B7BE'

red 88 ◦ green 183 ◦ blue 190

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

Shades of Viking #58B7BE

Tints of Viking #58B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 19.09%
G = 39.7%
B = 41.21%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#58B7BE (or 0x58B7BE) is known color: Viking. HEX triplet: 58, B7 and BE. RGB value is (88,183,190). Sum of RGB (Red+Green+Blue) = 88+183+190=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #58B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B7BE is #A74841. Grayscale: #9B9B9B. Windows color (decimal): -10963010 or 12498776. OLE color: 12498776.

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

Color convert

RGB 88 183 190 -
CMYK 0.54 0.04 0 0.25
HSL 184.12º 0.44% 0.55% -
HSV(B) 184.12º 0.54% 0.75% -
XYZ 30.25 39.66 54.78 -
YUV 155.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 88 183 190 0.54 0.04 0 0.25 184.12 0.44 0.55
Hex 58 B7 BE 36 4 0 19 B8 2C 37
Octal 130 267 276 66 4 0 31 270 54 67
Binary 1011000 10110111 10111110 110110 100 0 11001 10111000 101100 110111

Color Harmonies of #58B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7BE

Black with #58B7BE

Text Example


Text Example

White with #58B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,190); }

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

background-color css

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

 a { background-color: rgb(88,183,190); }

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

border-color css

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

 span { border-color: rgb(88,183,190); }

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