Html Css Color HEX #58BECE Viking

📋 copy color: '#58BECE'

red 88 ◦ green 190 ◦ blue 206

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

Shades of Viking #58BECE

Tints of Viking #58BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 18.18%
G = 39.26%
B = 42.56%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58BECE (or 0x58BECE) is known color: Viking. HEX triplet: 58, BE and CE. RGB value is (88,190,206). Sum of RGB (Red+Green+Blue) = 88+190+206=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #58BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BECE is #A74131. Grayscale: #A1A1A1. Windows color (decimal): -10961202 or 13549144. OLE color: 13549144.

HSL color Cylindrical-coordinate representation of color #58BECE: hue angle of 188.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BECE is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 190 206 -
CMYK 0.57 0.08 0 0.19
HSL 188.14º 0.55% 0.58% -
HSV(B) 188.14º 0.57% 0.81% -
XYZ 33.58 43.36 64.99 -
YUV 161.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 88 190 206 0.57 0.08 0 0.19 188.14 0.55 0.58
Hex 58 BE CE 39 8 0 13 BC 37 3A
Octal 130 276 316 71 10 0 23 274 67 72
Binary 1011000 10111110 11001110 111001 1000 0 10011 10111100 110111 111010

Color Harmonies of #58BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BECE

Black with #58BECE

Text Example


Text Example

White with #58BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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