Html Css Color HEX #58BAC9 Viking

📋 copy color: '#58BAC9'

red 88 ◦ green 186 ◦ blue 201

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

Shades of Viking #58BAC9

Tints of Viking #58BAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 18.53%
G = 39.16%
B = 42.32%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58BAC9 (or 0x58BAC9) is known color: Viking. HEX triplet: 58, BA and C9. RGB value is (88,186,201). Sum of RGB (Red+Green+Blue) = 88+186+201=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #58BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAC9 is #A74536. Grayscale: #9E9E9E. Windows color (decimal): -10962231 or 13220440. OLE color: 13220440.

HSL color Cylindrical-coordinate representation of color #58BAC9: hue angle of 187.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BAC9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 186 201 -
CMYK 0.56 0.07 0 0.21
HSL 187.96º 0.51% 0.57% -
HSV(B) 187.96º 0.56% 0.79% -
XYZ 32.13 41.41 61.56 -
YUV 158.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 88 186 201 0.56 0.07 0 0.21 187.96 0.51 0.57
Hex 58 BA C9 38 7 0 15 BC 33 39
Octal 130 272 311 70 7 0 25 274 63 71
Binary 1011000 10111010 11001001 111000 111 0 10101 10111100 110011 111001

Color Harmonies of #58BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAC9

Black with #58BAC9

Text Example


Text Example

White with #58BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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