Html Css Color HEX #58A7BC Viking

📋 copy color: '#58A7BC'

red 88 ◦ green 167 ◦ blue 188

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

Shades of Viking #58A7BC

Tints of Viking #58A7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.7%

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 19.86%
G = 37.7%
B = 42.44%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58A7BC (or 0x58A7BC) is known color: Viking. HEX triplet: 58, A7 and BC. RGB value is (88,167,188). Sum of RGB (Red+Green+Blue) = 88+167+188=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #58A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7BC is #A75843. Grayscale: #919191. Windows color (decimal): -10967108 or 12363608. OLE color: 12363608.

HSL color Cylindrical-coordinate representation of color #58A7BC: hue angle of 192.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A7BC is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 167 188 -
CMYK 0.53 0.11 0 0.26
HSL 192.6º 0.43% 0.54% -
HSV(B) 192.6º 0.53% 0.74% -
XYZ 26.92 33.34 52.59 -
YUV 145.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 88 167 188 0.53 0.11 0 0.26 192.6 0.43 0.54
Hex 58 A7 BC 35 B 0 1A C1 2B 36
Octal 130 247 274 65 13 0 32 301 53 66
Binary 1011000 10100111 10111100 110101 1011 0 11010 11000001 101011 110110

Color Harmonies of #58A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A7BC

Black with #58A7BC

Text Example


Text Example

White with #58A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,167,188); }

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

background-color css

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

 a { background-color: rgb(88,167,188); }

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

border-color css

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

 span { border-color: rgb(88,167,188); }

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