Html Css Color HEX #58BAC0 Viking

📋 copy color: '#58BAC0'

red 88 ◦ green 186 ◦ blue 192

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

Shades of Viking #58BAC0

Tints of Viking #58BAC0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 18.88%
G = 39.91%
B = 41.2%

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

#58BAC0 (or 0x58BAC0) is known color: Viking. HEX triplet: 58, BA and C0. RGB value is (88,186,192). Sum of RGB (Red+Green+Blue) = 88+186+192=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #58BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAC0 is #A7453F. Grayscale: #9D9D9D. Windows color (decimal): -10962240 or 12630616. OLE color: 12630616.

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

Color convert

RGB 88 186 192 -
CMYK 0.54 0.03 0 0.25
HSL 183.46º 0.45% 0.55% -
HSV(B) 183.46º 0.54% 0.75% -
XYZ 31.1 41 56.14 -
YUV 157.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 88 186 192 0.54 0.03 0 0.25 183.46 0.45 0.55
Hex 58 BA C0 36 3 0 19 B7 2D 37
Octal 130 272 300 66 3 0 31 267 55 67
Binary 1011000 10111010 11000000 110110 11 0 11001 10110111 101101 110111

Color Harmonies of #58BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAC0

Black with #58BAC0

Text Example


Text Example

White with #58BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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